chore(ci): add Android emulator job to CI - #388
Merged
Conversation
…t annotation keys on failure
…d the dump on failure
…ke, add re-init spec
KishanPRao
marked this pull request as ready for review
August 25, 2026 14:26
melekr
self-requested a review
August 25, 2026 16:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI now tests the vendored Android native libraries through an emulator job that captures a real native crash, and asserts the report carries attributes set before and after init.
Changes
.github/workflows/android.yml: emulator job on ubuntu with KVM, api 34 x86_64, matrixed over New and Old Architecture, 16KB alignment gate first, npm/gradle/AVD caching, paths filter..github/scripts/verify-jni-symbols.sh: fails when an ABI is missing from the APK or its library lacks the JNI entry points the SDK binds..github/scripts/ci-crash-driver.js: deep-link listener appended to the example at CI time, sets a per-run marker attribute and crashes, logs an armed line..github/scripts/android-native-crash.sh: waits for the armed handshake, fires the deep link, pulls the minidump binary-safe with a size-stability check..github/scripts/check-minidump-annotations.py: asserts the marker key and value plus an init-time attribute as length-prefixed annotations, not raw strings.examples/sdk/reactNative/android/app/build.gradle: opt-inbtCiDebuggableso CI can read the crashpad database on a release build.ref: BT-7515