瀏覽代碼

android: explicitly load stlport_shared when initialising the native object.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
bb6e400457
共有 1 個文件被更改,包括 7 次插入9 次删除
  1. +7
    -9
      build/lol-build

+ 7
- 9
build/lol-build 查看文件

@@ -153,16 +153,14 @@ configure()
# No configuration needed
;;
android-arm)
./configure --host=arm-linux-androideabi ac_cv_exeext=.so \
CPPFLAGS="-Wno-psabi -I$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/stlport -I$ANDROID_NDK_ROOT/sources/cxx-stl/gabi++/include -fpic -fno-exceptions -fno-rtti -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64" \
CFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb" \
CXXFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb" \
LOL_LIBS="-L$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/libs/armeabi -lstlport_shared -lm -fpic -XCClinker -shared"
CPPFLAGS="-Wno-psabi -I$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/stlport -fpic -fno-exceptions -fno-rtti -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64"
CFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb"
CXXFLAGS="-march=armv5te -mtune=xscale -msoft-float -mthumb"
LOL_LIBS="-L$ANDROID_NDK_ROOT/sources/cxx-stl/stlport/libs/armeabi -lstlport_shared -lm -fpic -XCClinker -shared"
./configure --host=arm-linux-androideabi ac_cv_exeext=.so CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LOL_LIBS="$LOL_LIBS"
# FIXME: is this needed?
# android update project --path .
# ndk-build
# ant compile
# ndk-build distclean
# ant debug
# ant debug install
# ant clean
;;
raspi-arm)


Loading…
取消
儲存