Skip to content

Commit

Permalink
Add missing file to Android Blueprint (#7738)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored May 28, 2024
1 parent cf3b76e commit ea8a55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ cc_object {
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid128_string.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid128_2_str_tables.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid64_to_bid128.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid32_to_bid128.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid128_to_int64.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid128_quantize.c",
"src/external/IntelRDFPMathLib20U2/LIBRARY/src/bid_convert_data.c",
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

### Enhancements
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
* None.

### Fixed
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
* None.
* Add a missing file from the bid library to the android blueprint. (PR [#7738](https://github.com/realm/realm-core/pull/7738))

### Breaking changes
* None.
Expand Down

0 comments on commit ea8a55d

Please sign in to comment.