Skip to content

Commit e88de8b

Browse files
authored
Enable bundled OpenSSL certs for AOSP builds (#7022)
* Enable bundled OpenSSL certs for AOSP builds * Update CHANGELOG.md
1 parent 1ddbb3f commit e88de8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ cc_defaults {
148148
"-fPIC",
149149
"-DREALM_NO_CONFIG",
150150
"-DREALM_HAVE_OPENSSL=1",
151+
"-DREALM_INCLUDE_CERTS=1",
151152
"-DREALM_ENABLE_ENCRYPTION=1",
152153
"-DREALM_ENABLE_SYNC=1",
153154
"-DREALM_ENABLE_GEOSPATIAL=1",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### Fixed
1414
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
15-
* None.
15+
* Fixed an issue where Android.bp builds would fail with SSL certificat validation errors because we didn't include the trusted CA roots bundle.
1616

1717
### Breaking changes
1818
* None.

0 commit comments

Comments
 (0)