Skip to content

Project import generated by Copybara.#1512

Merged
juergw merged 1 commit into
masterfrom
google3-export
Jun 15, 2026
Merged

Project import generated by Copybara.#1512
juergw merged 1 commit into
masterfrom
google3-export

Conversation

@juergw

@juergw juergw commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

PiperOrigin-RevId: 932451632

Some changes to the android build, so that we can run tests on emulators.

  • Allocate more ram, because I got some out-of-memory errors without that.
  • Use an older version of "ndk", because the newer one produces code that doesn't work on older phones. I'll use to oldest version still supported here: https://github.com/android/ndk/wiki. Also, note that v28 is not mentioned there, so I think we shouldn't use that.
  • Use older versions of BouncyCastle. Because the tests on android don't work with newer version.
  • Add flag to make sure that alignment is 16k, as suggested here: https://developer.android.com/guide/practices/page-sizes#compile-r27-lower
  • Add android test target, so that it can be run with:
    ./gradlew :conscrypt-android:connectedAndroidTest -PcheckErrorQueue
  • added "multiDexEnabled true", because the test build doesn't fit into one dex.

PiperOrigin-RevId: 932451632
@juergw juergw requested a review from tholenst June 15, 2026 14:39
@juergw juergw merged commit 9eb3e10 into master Jun 15, 2026
163 of 165 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants