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

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

Issue 22852002: Move AOSP bots to Android 4.3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 4 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
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 697ce2eecc854f692e140529b68c2d8d33ba6f73..8ea9eab59af34342de4c6fb9037e5a65ce8abc3c 100644
--- a/scripts/slave/recipe_modules/android/config.py
+++ b/scripts/slave/recipe_modules/android/config.py
@@ -8,7 +8,6 @@ from slave.recipe_configs_util import SimpleConfig, ListConfig, StaticConfig
def BaseConfig(USE_MIRROR=False):
return ConfigGroup(
lunch_flavor = SimpleConfig(basestring),
- ndk_pin_revision = SimpleConfig(basestring),
repo = ConfigGroup(
url = SimpleConfig(basestring),
branch = SimpleConfig(basestring),
@@ -25,7 +24,6 @@ config_ctx = config_item_context(
@config_ctx()
def AOSP(c):
c.lunch_flavor = 'full-eng'
- c.ndk_pin_revision = '5049b437591600fb0d262e4215cee4226e63c6ce'
c.repo.url = 'https://android.googlesource.com/platform/manifest'
- c.repo.branch = 'jb-mr1.1-dev'
+ c.repo.branch = 'android-4.3_r2.1'
c.repo.sync_flags = ['-j16', '-d', '-f']
« no previous file with comments | « scripts/slave/recipe_modules/android/api.py ('k') | scripts/slave/recipe_modules/android/config.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698