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

Unified Diff: scripts/slave/recipe_modules/android/config.py

Issue 23503077: Bump the branch used in the AOSP bot to include SDK v18. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 3 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 | scripts/slave/recipe_modules/android/config.expected/android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/android/config.py
diff --git a/scripts/slave/recipe_modules/android/config.py b/scripts/slave/recipe_modules/android/config.py
index 180c9f808ce85fee7f155aee354abbee3a511115..1f4779610deda88df79f8b30729682848cc71821 100644
--- a/scripts/slave/recipe_modules/android/config.py
+++ b/scripts/slave/recipe_modules/android/config.py
@@ -25,5 +25,5 @@ config_ctx = config_item_context(
def AOSP(c):
c.lunch_flavor = 'full-eng'
c.repo.url = 'https://android.googlesource.com/platform/manifest'
- c.repo.branch = 'android-4.3_r2.1'
+ c.repo.branch = 'android-4.3_r2.3'
c.repo.sync_flags = ['-j16', '-d', '-f']
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/android/config.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698