新版本f1118 更新图片 修复_running bug
This commit is contained in:
@@ -31,6 +31,17 @@ android {
|
||||
debug {
|
||||
debuggable true
|
||||
jniDebuggable true
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DCMAKE_BUILD_TYPE=Debug"
|
||||
cppFlags "-DDEBUG -O0 -g"
|
||||
}
|
||||
}
|
||||
|
||||
ndk {
|
||||
debugSymbolLevel 'FULL' // Debug 版本包含完整符号
|
||||
}
|
||||
}
|
||||
|
||||
release {
|
||||
|
||||
Reference in New Issue
Block a user