Pass on the args to install-build-deps.sh during android deps install.
commit7e300f8e14c22e315eb1af28e9fe57c4ebcb13ef
authorvivek.vg <vivek.vg@samsung.com>
Tue, 16 Sep 2014 17:08:10 +0000 (16 10:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Sep 2014 17:09:29 +0000 (16 17:09 +0000)
tree5194e7aff20332e71ba59148eb05f6fdc325fa22
parentbd1cc624f6fd9761409ee8a8ac5cfd3a5896c87a
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}
build/install-build-deps-android.sh