Commit 7e300f8e authored by vivek.vg's avatar vivek.vg Committed by Commit bot

Pass on the args to install-build-deps.sh during android deps install.

While installing on non-ubuntu systems, the shell script,
build/install-build-deps.sh has an option '--unsupported' to override
the system checks. The same is not applied while installing the android
deps. The parameters to install-build-deps-android.sh should be passed
on to install-build-deps.sh.

R=thakis@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/578503002

Cr-Commit-Position: refs/heads/master@{#295088}
parent bd1cc624
......@@ -19,7 +19,7 @@ fi
# Install first the default Linux build deps.
"$(dirname "${BASH_SOURCE[0]}")/install-build-deps.sh" \
--no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt
--no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt "$@"
# The temporary directory used to store output of update-java-alternatives
TEMPDIR=$(mktemp -d)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment