Enhanced build experience for Android
1. Enable the install-build-deps script
to support the installation of Android dependencies
2. Modify some related files
(including Markdown and Dockerfile)
Change-Id: Id6b5c74067ed0c5f3c94d87ac3e307d9807364cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4133941
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Auto-Submit: Ho Cheung <uioptt24@gmail.com>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1090000}
diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md
index c13a3b8..b6568cf 100644
--- a/docs/android_build_instructions.md
+++ b/docs/android_build_instructions.md
@@ -91,7 +91,7 @@
Once you have checked out the code, run
```shell
-build/install-build-deps-android.sh
+build/install-build-deps.sh --android
```
to get all of the dependencies you need to build on Linux, *plus* all of the
diff --git a/docs/android_cast_build_instructions.md b/docs/android_cast_build_instructions.md
index 62ca9da..3deb101 100644
--- a/docs/android_cast_build_instructions.md
+++ b/docs/android_cast_build_instructions.md
@@ -91,7 +91,7 @@
Once you have checked out the code, run
```shell
-$ build/install-build-deps-android.sh
+$ build/install-build-deps.sh --android
```
to get all of the dependencies you need to build on Linux, *plus* all of the
diff --git a/docs/working_remotely_with_android.md b/docs/working_remotely_with_android.md
index 2db3aeae..7d7f460f 100644
--- a/docs/working_remotely_with_android.md
+++ b/docs/working_remotely_with_android.md
@@ -47,7 +47,7 @@
```shell
# May need to install dependencies on your laptop.
-laptop$ sudo ./build/install-build-deps-android.sh
+laptop$ sudo ./build/install-build-deps.sh --android
# Rebuild the needed binaries on your laptop.