You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
5 lines
251 B
Makefile
5 lines
251 B
Makefile
APP_ABI := armeabi-v7a arm64-v8a
|
|
APP_CFLAGS := -DNDEBUG -Oz -fvisibility=hidden -fvisibility-inlines-hidden -ffunction-sections -fdata-sections
|
|
APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti
|
|
APP_STL := none
|
|
APP_PLATFORM := android-26
|