blob: 21718248849bf0c1f44b99f297a467229f3d9cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
APP_ABI := arm64-v8a armeabi armeabi-v7a mips x86 x86_64
APP_PLATFORM := android-14
APP_STL:=stlport_shared
#APP_STL:=gnustl_shared
#APP_OPTIM := release
#LOCAL_ARM_MODE := arm
#NDK_TOOLCHAIN_VERSION=clang
|