Browse Source

[Docs] Change examples to make more sense.

Signed-off-by: Bix <bix@bixed.xyz>
pull/3255/head
Bix 1 month ago
parent
commit
6d8ebc2127
  1. 8
      docs/build/Android.md

8
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

Loading…
Cancel
Save