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

Unified Diff: build/android_sdk_extras.json

Issue 1152203003: Add script to validate installed Android SDK packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | build/check_play_services_version.py » ('j') | build/check_play_services_version.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android_sdk_extras.json
diff --git a/build/android_sdk_extras.json b/build/android_sdk_extras.json
index 456272627eb9e7b3bdfee091ed38ed7633676321..b8bf43d3a0c3370abbacd7d3970f6525f5aa0e10 100644
--- a/build/android_sdk_extras.json
+++ b/build/android_sdk_extras.json
@@ -3,6 +3,14 @@
"dir_name": "google",
"version": "21.0.0",
"zip": "google_google_play_services_21.0.0.zip",
- "package": "google_play_services"
+ "package": "google_play_services",
+ "package_id": "extra-google-google_play_services"
dgn 2015/05/22 13:27:00 Added package_id to be able to directly provide pa
+ },
+ {
+ "dir_name": "google",
+ "version": "16.0.0",
+ "zip": "m2repository_16.0.0.zip",
+ "package": "m2repository",
+ "package_id": "extra-google-m2repository"
dgn 2015/05/22 13:27:00 This is to prepare for using split clients for the
}
]
« no previous file with comments | « no previous file | build/check_play_services_version.py » ('j') | build/check_play_services_version.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698