完善Android工程

This commit is contained in:
xiongziliang
2022-06-19 01:12:14 +08:00
parent d30869d0c9
commit a44b770d9d
5 changed files with 81 additions and 143 deletions

View File

@@ -13,6 +13,7 @@ android {
externalNativeBuild {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions"
arguments "-DENABLE_API=off", "-DENABLE_TESTS=off", "-DENABLE_PLAYER=off", "-DENABLE_SERVER_LIB=on"
}
}
ndk {