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 9c3692c7d127df6de7ec1d15669f0e2f5e6bd260..4d0b3fec8ee2c646701cb2dfd3860683c7106e86 100755 |
| --- a/build/install-build-deps-android.sh |
| +++ b/build/install-build-deps-android.sh |
| @@ -14,11 +14,6 @@ |
| args="$@" |
| -# TODO(dgn) remove this this argument from calls (http://crbug.com/541727) |
| -if test "$1" = "--skip-sdk-packages"; then |
| - args="${@:2}" |
| -fi |
| - |
| if ! uname -m | egrep -q "i686|x86_64"; then |
| echo "Only x86 architectures are currently supported" >&2 |
| exit |