8 lines
122 B
Makefile
8 lines
122 B
Makefile
|
APP_STL := gnustl_static
|
||
|
|
||
|
APP_ABI := armeabi-v7a armeabi x86
|
||
|
# TODO: mips
|
||
|
|
||
|
APP_PLATFORM := android-9
|
||
|
APP_OPTIM := release
|