Pad/scripts
Greg Pomerantz 95a2143e16 Add scripts/build_phone.sh: real-phone APK build (arm64+arm)
Same pipeline as build_emu.sh (gogio -> apktool MANAGE_EXTERNAL_STORAGE
injection -> debug-sign) for a real phone: -arch arm64,arm (covers any
phone from the last decade; gogio accepts a comma-separated arch list)
and output cmd/pad/pad-phone.apk. Notes in the header: on Android 11+
the user must grant 'All files access' in system settings after
installing (MANAGE_EXTERNAL_STORAGE is app-restricted; the emulator AVD
had it granted, phones do not).
2026-08-17 17:03:35 -04:00
..
build_emu.sh scripts: self-contained in-repo build_emu.sh (replaces /tmp recipe) 2026-08-16 21:14:25 -04:00
build_phone.sh Add scripts/build_phone.sh: real-phone APK build (arm64+arm) 2026-08-17 17:03:35 -04:00
emu.sh doc: screen coordinate reference (screen vs display vs app-local px) 2026-08-16 22:19:40 -04:00