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-Original-Commit-Position: refs/heads/master@{#295088} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 7e300f8e14c22e315eb1af28e9fe57c4ebcb13ef
This commit is contained in:
Родитель
98fbe7be4e
Коммит
53e8752425
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
# Install first the default Linux build deps.
|
# Install first the default Linux build deps.
|
||||||
"$(dirname "${BASH_SOURCE[0]}")/install-build-deps.sh" \
|
"$(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
|
# The temporary directory used to store output of update-java-alternatives
|
||||||
TEMPDIR=$(mktemp -d)
|
TEMPDIR=$(mktemp -d)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче