Files
PlayIntegrityFork/app/src/main/cpp/Application.mk
chiteroman bd55606e21 v13.1
2023-11-20 00:42:21 +01:00

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