From 6d8ebc21279e9c401558dc17943166e99cf0f290 Mon Sep 17 00:00:00 2001 From: Bix Date: Sat, 3 Jan 2026 01:24:43 +0100 Subject: [PATCH] [Docs] Change examples to make more sense. Signed-off-by: Bix --- docs/build/Android.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/Android.md b/docs/build/Android.md index 638d429328..60ec31a678 100644 --- a/docs/build/Android.md +++ b/docs/build/Android.md @@ -76,12 +76,12 @@ The APK and AAB will be output into "artifacts". Examples: -* Build legacy release with update checker for ChromeOS: - * `.ci/android/build.sh -c -r -t legacy` +* Build legacy release with update checker: + * `.ci/android/build.sh -r -t legacy` * Build standard release with debug info without update checker for phones: * `.ci/android/build.sh -b RelWithDebInfo` -* Build optimized release with update checker: - * `.ci/android/build.sh -r -t optimized` +* Build optimized release with update checker for ChromeOS: + * `.ci/android/build.sh -c -r -t optimized` ### Additional Resources