Initial commit

This commit is contained in:
Nitan Alexandru Marcel
2023-05-22 09:44:04 +00:00
committed by GitHub
commit f2368e3669
16 changed files with 165 additions and 0 deletions

View File

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