mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-14 22:28:37 +01:00
4 lines
98 B
Makefile
4 lines
98 B
Makefile
APP_ABI := x86 x86_64 armeabi-v7a arm64-v8a
|
|
APP_PLATFORM := android-21
|
|
APP_CPPFLAGS += -std=c++11
|