You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fail publish when 64-bit .so LOAD segments are not 16KB-aligned
npm 10.45.0-10.48.0 shipped 4KB-aligned arm64-v8a/x86_64 libraries (runner
images preset ANDROID_NDK_HOME to a bundled old NDK, bypassing the r28 pin),
and Google Play rejects them. verify-android-so.js now asserts p_align >=
16384 on 64-bit ABIs so the publish pipeline fails loudly on regression.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments