Disable LLVM stripping of libpythonbundle.so
This commit is contained in:
parent
dd93c8ae6d
commit
c3415d600e
|
|
@ -63,6 +63,13 @@ android {
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
doNotStrip "*/arm64-v8a/libpython*.so"
|
||||||
|
doNotStrip "*/armeabi-v7a/libpython*.so"
|
||||||
|
doNotStrip "*/x86/libpython*.so"
|
||||||
|
doNotStrip "*/x86_64/libpython*.so"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flutter {
|
flutter {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue