Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index cf873811131633b68525736780ac0dcc3e0b8ff6..9c3692c7d127df6de7ec1d15669f0e2f5e6bd260 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -13,11 +13,10 @@ |
# past the curses-based dialog press TAB <ret> TAB <ret> to agree. |
args="$@" |
+ |
+# TODO(dgn) remove this this argument from calls (http://crbug.com/541727) |
if test "$1" = "--skip-sdk-packages"; then |
- skip_inst_sdk_packages=1 |
args="${@:2}" |
-else |
- skip_inst_sdk_packages=0 |
fi |
if ! uname -m | egrep -q "i686|x86_64"; then |
@@ -92,9 +91,4 @@ then |
fi |
fi |
-# Install SDK packages for android |
-if test "$skip_inst_sdk_packages" != 1; then |
- "$(dirname "${BASH_SOURCE[0]}")/install-android-sdks.sh" |
-fi |
- |
echo "install-build-deps-android.sh complete." |