This commit is contained in:
chiteroman
2023-11-20 00:42:21 +01:00
parent 05bdfd3ff1
commit bd55606e21
88 changed files with 17440 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
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