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