Android: restored compatibility

This commit is contained in:
Philippe Tillet
2015-08-14 01:11:46 -07:00
parent 97f47847e4
commit ae9c87e224
8 changed files with 747 additions and 740 deletions

1
cmake/android/example.sh Normal file
View File

@@ -0,0 +1 @@
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain/android.cmake -DANDROID_NDK=/opt/android-ndk-r10d/ -DANDROID_ABI=armeabi-v7a with NEON -DANDROID_NATIVE_API_LEVEL=19 -DANDROID_APK_API_LEVEL=19 -DANDROID_APK_RUN=1 ../