aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Palevich <jack.palevich@gmail.com>2015-04-05 08:52:32 -0700
committerJack Palevich <jack.palevich@gmail.com>2015-04-05 08:52:32 -0700
commit9d8b68447a72037a538b5a28773e857cc8ad9f18 (patch)
tree8e0b870016416d9fcfe8e767c83538f19d2aaa63
parentfa7d39b94a46d4b9efaa8a207c0077c099a3979f (diff)
parent01c65096077945fa3de2339d6ff7a3915727f3eb (diff)
downloadAndroidTerm-9d8b68447a72037a538b5a28773e857cc8ad9f18.tar.gz
Merge pull request #417 from jspricke/fix_install-sdk-packages2
Install current sdk packages when installing on CLI
-rwxr-xr-xtools/install-sdk-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install-sdk-packages b/tools/install-sdk-packages
index 11c00ef..bae5325 100755
--- a/tools/install-sdk-packages
+++ b/tools/install-sdk-packages
@@ -20,4 +20,4 @@ ANDROID="$ANDROID_SDK_ROOT/tools/android"
# The update sdk command takes a comma-separated list of packages to install.
# Installing them all at once may simplify the process of agreeing to licenses.
-$ANDROID update sdk -u -a -t android-11,extra-android-m2repository
+$ANDROID update sdk -u -a -t android-22,build-tools-22.0.1,extra-android-m2repository