This commit is contained in:
ecpvint
2024-08-15 18:40:30 +08:00
commit 4485f045ca
552 changed files with 147047 additions and 0 deletions

4
Application.mk Normal file
View File

@ -0,0 +1,4 @@
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := gnustl_static
APP_PIE := $(APP_PIE_REQUIRED)
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64