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'] |