Skip to content

Commit

Permalink
fix: Build error "2 files found with path '.../libfolly_runtime.so'" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusyoshioka committed Aug 10, 2022
1 parent 0fbb8a3 commit b7bb8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
}
Expand Down

0 comments on commit b7bb8e4

Please sign in to comment.