mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-04 22:43:48 +02:00
6 lines
184 B
Makefile
6 lines
184 B
Makefile
# Built with NDK 19.2.5345600
|
|
APP_ABI := armeabi-v7a x86 arm64-v8a x86_64
|
|
APP_PLATFORM := android-19
|
|
APP_STL := c++_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
APP_OPTIM := debug
|