Magisk/jni/Application.mk

5 lines
109 B
Makefile
Raw Normal View History

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