Set debuggable=false for unit test

LSPlant does not fully support debuggable process
This commit is contained in:
LoveSy 2023-07-26 10:59:12 +08:00
parent a49aecfb74
commit 8169d387b7
No known key found for this signature in database

View File

@ -36,6 +36,12 @@ android {
} }
} }
buildTypes {
debug {
isDebuggable = false
}
}
externalNativeBuild { externalNativeBuild {
cmake { cmake {
path = file("src/main/jni/CMakeLists.txt") path = file("src/main/jni/CMakeLists.txt")