Remove doNotStrip

This commit is contained in:
Feodor Fitsner 2024-07-04 19:45:04 -07:00 committed by ndonkoHenri
parent f8d79be167
commit a471e02725
1 changed files with 0 additions and 5 deletions

View File

@ -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 {