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

Unified Diff: build/android/play_services/config.json

Issue 1469913002: Cleanup gms update/preprocess scripts, roll android_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll android_tools Created 5 years, 1 month 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
Index: build/android/play_services/config.json
diff --git a/build/android/play_services/config.json b/build/android/play_services/config.json
index f4f9c6e8e206382cb08b1117221aa3cfd906f4cb..4a9a9d06aef177b83e8fe68235aedae4d0910c97 100644
--- a/build/android/play_services/config.json
+++ b/build/android/play_services/config.json
@@ -1,3 +1,4 @@
{
- "version_number": 8298000
+ "version_number": 8298000,
+ "version_xml_path": "res/values/version.xml"
jbudorick 2015/12/02 19:09:40 Should this file also have sdk_version, clients, a
dgn 2015/12/03 16:36:57 This is a bit weird because it's read/write file.
jbudorick 2015/12/10 14:16:31 So what happens if somewhat attempts to use one of
dgn 2015/12/10 14:35:19 Currently it would raise a KeyError when requestin
}

Powered by Google App Engine
This is Rietveld 408576698