mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-22 19:08:55 +02:00
5 lines
139 B
Makefile
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
|