Files
PlayIntegrityFork/app/src/main/cpp/Application.mk
2023-11-04 13:52:07 +01:00

4 lines
197 B
Makefile

APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS := -std=c++20 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
APP_STL := none
APP_PLATFORM := android-26