fix: ignore duplicate .so
libraries in package
This commit is contained in:
parent
cf19ff2e5a
commit
ad5d64b01f
@ -123,7 +123,19 @@ android {
|
|||||||
excludes = [
|
excludes = [
|
||||||
"META-INF",
|
"META-INF",
|
||||||
"META-INF/**",
|
"META-INF/**",
|
||||||
|
"**/libc++_shared.so",
|
||||||
|
"**/libfbjni.so",
|
||||||
"**/libjsi.so",
|
"**/libjsi.so",
|
||||||
|
"**/libfolly_json.so",
|
||||||
|
"**/libfolly_runtime.so",
|
||||||
|
"**/libglog.so",
|
||||||
|
"**/libhermes.so",
|
||||||
|
"**/libhermes-executor-debug.so",
|
||||||
|
"**/libhermes_executor.so",
|
||||||
|
"**/libreactnativejni.so",
|
||||||
|
"**/libturbomodulejsijni.so",
|
||||||
|
"**/libreact_nativemodule_core.so",
|
||||||
|
"**/libjscexecutor.so"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user