diff --git a/Android.bp b/Android.bp index 1d667c340c5..fea7da0c0b7 100644 --- a/Android.bp +++ b/Android.bp @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 785a504041d..6bf23339e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ ### Enhancements * (PR [#????](https://github.com/realm/realm-core/pull/????)) -* None. ### Fixed * ([#????](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.