Remove doNotStrip
This commit is contained in:
parent
1abbb46a8b
commit
ce574bcb8b
|
|
@ -31,11 +31,6 @@ android {
|
|||
jniLibs {
|
||||
useLegacyPackaging true
|
||||
}
|
||||
|
||||
doNotStrip "*/arm64-v8a/libpython*.so"
|
||||
doNotStrip "*/armeabi-v7a/libpython*.so"
|
||||
doNotStrip "*/x86/libpython*.so"
|
||||
doNotStrip "*/x86_64/libpython*.so"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
|
|||
Loading…
Reference in New Issue