mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
5 lines
109 B
Makefile
5 lines
109 B
Makefile
APP_ABI := x86 x86_64 armeabi arm64-v8a
|
|
APP_PIE = true
|
|
APP_PLATFORM := android-21
|
|
APP_CPPFLAGS += -std=c++11
|