mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 11:11:22 +00:00
5 lines
198 B
Makefile
5 lines
198 B
Makefile
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
APP_CPPFLAGS := -std=c++17 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
|
|
APP_STL := none
|
|
APP_PLATFORM := android-21
|