mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
#APP_ABI := all
|
|
APP_ABI := armeabi armeabi-v7a x86
|
|
APP_PLATFORM := android-14
|
|
APP_OPTIM := release
|
|
NDK_TOOLCHAIN_VERSION := 4.6
|