Magisk/jni/Application.mk

7 lines
159 B
Makefile
Raw Normal View History

2016-12-05 20:47:26 +00:00
NDK_TOOLCHAIN_VERSION=4.9
2016-10-29 22:08:23 +00:00
APP_ABI := x86 x86_64 armeabi arm64-v8a
APP_PIE = true
2016-10-03 21:22:41 +00:00
APP_PLATFORM := android-21
2016-11-04 18:35:23 +00:00
APP_CPPFLAGS += -std=c++11
# APP_STL := c++_static