Magisk/jni/Application.mk

7 lines
159 B
Makefile
Raw Normal View History

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