1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-01-06 20:37:41 +00:00
2017-11-23 23:55:33 +08:00

5 lines
139 B
Makefile

APP_ABI := x86 x86_64 armeabi-v7a arm64-v8a
APP_PLATFORM := android-21
APP_CFLAGS := $(MAGISK_FLAGS) -std=gnu99
APP_CPPFLAGS := -std=c++11