Commit 72a836d
fix(android): rebuild prebuilt librnupdate.so with hbc transform symbols
The Android library ships prebuilt .so files (jniLibs.srcDirs = ./lib);
the previous commit changed native sources without rebuilding them, so
NativeUpdateCore.getHbcTransformVersion had no JNI implementation and
getConstants crashed the app at startup (caught by the Local Update
Merge e2e). Rebuilt all four ABIs via scripts/build-android-so.sh and
added the new symbol to verify-android-so.js so a stale prebuilt fails
verification instead of shipping.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 633d15c commit 72a836d
5 files changed
Lines changed: 1 addition & 0 deletions
File tree
- android/lib
- arm64-v8a
- armeabi-v7a
- x86_64
- x86
- scripts
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments