mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Set debuggable=false for unit test
LSPlant does not fully support debuggable process
This commit is contained in:
parent
a49aecfb74
commit
8169d387b7
@ -36,6 +36,12 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
isDebuggable = false
|
||||
}
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path = file("src/main/jni/CMakeLists.txt")
|
||||
|
Loading…
x
Reference in New Issue
Block a user