mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
7 lines
159 B
Makefile
7 lines
159 B
Makefile
NDK_TOOLCHAIN_VERSION=4.9
|
|
APP_ABI := x86 x86_64 armeabi arm64-v8a
|
|
APP_PIE = true
|
|
APP_PLATFORM := android-21
|
|
APP_CPPFLAGS += -std=c++11
|
|
# APP_STL := c++_static
|