feat(android): add Pixel 10 optimized build profile
Pixel 10 APK / build (push) Failing after 7m26s

This commit is contained in:
Codex
2026-08-09 17:19:52 +02:00
parent 7b942e9bc3
commit 05e8639b67
6 changed files with 273 additions and 0 deletions
+7
View File
@@ -106,3 +106,10 @@ melos:
set -e
cd apps/weblibre
flutter build apk --release --flavor alphaLegacy --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
build-browser-pixel10:
description: Build and verify the ARM64-only MrbWebLibre release for Google Pixel 10
run: |
set -e
cd apps/weblibre
flutter build apk --release --flavor pixel10 --target-platform android-arm64 --no-tree-shake-icons
../../scripts/verify-pixel10-apk.sh build/app/outputs/flutter-apk/app-pixel10-release.apk