fix: Build error "2 files found with path '.../libfolly_runtime.so'" (#1144)

This commit is contained in:
viniciusyoshioka 2022-08-10 06:21:59 -03:00 committed by GitHub
parent 0fbb8a3108
commit b7bb8e45da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ android {
packagingOptions {
// Exclude all Libraries that are already present in the user's app (through React Native or by him installing REA)
excludes = ["**/libc++_shared.so", "**/libfbjni.so", "**/libjsi.so", "**/libreactnativejni.so", "**/libfolly_json.so", "**/libreanimated.so", "**/libjscexecutor.so", "**/libhermes.so"]
excludes = ["**/libc++_shared.so", "**/libfbjni.so", "**/libjsi.so", "**/libreactnativejni.so", "**/libfolly_json.so", "**/libreanimated.so", "**/libjscexecutor.so", "**/libhermes.so", "**/libfolly_runtime.so"]
// META-INF is duplicate by CameraX.
exclude "META-INF/**"
}