refactoring and checkpoint

This commit is contained in:
DahoudG
2024-09-24 00:32:20 +00:00
parent dc73ba7dcc
commit 6b12cfeb41
159 changed files with 8119 additions and 1535 deletions

View File

@@ -0,0 +1,5 @@
# Indique à NDK les ABI (Application Binary Interfaces) pour lesquelles compiler
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
# Indique la version de la plateforme Android minimum supportée
APP_PLATFORM := android-21