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..e7409103ded99643f952c3d6fc3ae9587fd558b6 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 "$@" |
# The temporary directory used to store output of update-java-alternatives |
TEMPDIR=$(mktemp -d) |