We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddbb3f commit e88de8bCopy full SHA for e88de8b
Android.bp
@@ -148,6 +148,7 @@ cc_defaults {
148
"-fPIC",
149
"-DREALM_NO_CONFIG",
150
"-DREALM_HAVE_OPENSSL=1",
151
+ "-DREALM_INCLUDE_CERTS=1",
152
"-DREALM_ENABLE_ENCRYPTION=1",
153
"-DREALM_ENABLE_SYNC=1",
154
"-DREALM_ENABLE_GEOSPATIAL=1",
CHANGELOG.md
@@ -12,7 +12,7 @@
12
13
### Fixed
14
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
15
-* None.
+* Fixed an issue where Android.bp builds would fail with SSL certificat validation errors because we didn't include the trusted CA roots bundle.
16
17
### Breaking changes
18
* None.
0 commit comments