doNotStrip

This commit is contained in:
Feodor Fitsner 2024-10-05 10:56:45 -07:00
parent cc3442c1a1
commit ccc36002b7
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ android {
jniLibs {
useLegacyPackaging true
}
doNotStrip "*/arm64-v8a/libpython*.so"
doNotStrip "*/armeabi-v7a/libpython*.so"
doNotStrip "*/x86/libpython*.so"
doNotStrip "*/x86_64/libpython*.so"
}
compileOptions {