Chromium Code Reviews| Index: build/install-build-deps-android.sh |
| diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
| index f5d288a7268f8ce9c2aa23b768031a6cdb0770fd..ecf8937850d8e98e38cac499e31190f2b633beeb 100755 |
| --- a/build/install-build-deps-android.sh |
| +++ b/build/install-build-deps-android.sh |
| @@ -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 $@ |
|
Primiano Tucci (use gerrit)
2014/09/16 16:47:06
In general what you really want is "$@" which, con
|
| # The temporary directory used to store output of update-java-alternatives |
| TEMPDIR=$(mktemp -d) |