chore(android): add release debuggable build
Some checks failed
Mirror to GitHub / mirror (push) Failing after 32s
Build Release Binaries / build-amd64 (push) Failing after 3m17s

This commit is contained in:
Siavash Sameni
2026-05-26 09:05:09 +04:00
parent 8415804a1a
commit 9713efc404
2 changed files with 23 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
# ./scripts/android-build-async.sh --rust # force-clean Rust target cache
# ./scripts/android-build-async.sh --no-pull # skip git fetch on remote
# ./scripts/android-build-async.sh --debug # debug APK
# ./scripts/android-build-async.sh --release-debuggable # release APK with run-as dumps
# ./scripts/android-build-async.sh --wait # block until done, then tail status
#
# Progress / completion: ntfy.sh/wzp (handled by build-tauri-android.sh).