Skip to content

Commit

Permalink
RJS-2916: Exclude libreactnative.so to prevent duplicate files (#6920)
Browse files Browse the repository at this point in the history
* Exclude libreactnative.so to prevent duplicate files

* Adding a note to the changelog
  • Loading branch information
kraenhansen authored Nov 7, 2024
1 parent 9eb97e4 commit 1ecd191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* None

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None
* Fix build failure from duplicate libreactnative.so files. I.e. "2 files found with path 'lib/arm64-v8a/libreactnative.so' from inputs" ([#6918](https://github.com/realm/realm-js/issues/6918), since v12.13.2)

### Compatibility
* React Native >= v0.71.4
Expand Down
1 change: 1 addition & 0 deletions packages/realm/binding/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ android {
"**/libjsi.so",
"**/libreactnativejni.so",
"**/libturbomodulejsijni.so",
"**/libreactnative.so",
]
}
}
Expand Down

0 comments on commit 1ecd191

Please sign in to comment.