Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: build/install-build-deps-android-sdk.sh

Issue 10409013: Only install the API level needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps-android-sdk.sh
diff --git a/build/install-build-deps-android-sdk.sh b/build/install-build-deps-android-sdk.sh
index 8e068a9c8e23b8880d39a9b67d85e8114ba2f446..e2f182dd8e212d8c09b8025d891268390f11c163 100755
--- a/build/install-build-deps-android-sdk.sh
+++ b/build/install-build-deps-android-sdk.sh
@@ -118,7 +118,7 @@ if [[ "$found" = "0" ]]; then
fi
# Updates the SDK to latest version firstly.
"${ANDROID_SDK_ROOT}"/tools/android update sdk ${update_flag} --no-ui \
- --filter platform,platform-tool,tool,system-image
+ --filter platform-tool,tool,system-image,${SDK_TARGET_ID}
fi
# Create a Android Virtual Device named 'buildbot' with default hardware
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698