pin ndk 28

This commit is contained in:
Fabian Freund
2026-05-26 17:54:54 +02:00
parent 3b4a4829a7
commit 7bbdf172ba
3 changed files with 67 additions and 2 deletions
+4 -1
View File
@@ -38,4 +38,7 @@ native/go_mobile_runtime/scripts/build-android.sh \
The output AAR is written to `native/go_mobile_runtime/build/weblibre-go.aar`.
GitHub release builds clone the pinned sources from `pins.env` and run the same
Melos command before building the Flutter APK/AAB artifacts.
Melos command before building the Flutter APK/AAB artifacts. The app Gradle
build and CI native runtime build both use Android NDK r28c (`28.2.13676358`),
matching Flutter 3.44's default NDK. This is new enough for the `cronet-go`
Android arm64 archives linked by sing-box's naive outbound path.