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

Unified Diff: scripts/slave/recipe_modules/android/api.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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/android/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/android/api.py
diff --git a/scripts/slave/recipe_modules/android/api.py b/scripts/slave/recipe_modules/android/api.py
index 2435bd90ec797ab881b1e342d08f643a45680ee8..530ce6b1f82eab1d72486ed44ec90dbdbf310ef5 100644
--- a/scripts/slave/recipe_modules/android/api.py
+++ b/scripts/slave/recipe_modules/android/api.py
@@ -101,18 +101,12 @@ class AOSPApi(recipe_api.RecipeApi):
self.m.path.mock_add_paths(repo_in_android_path)
def generate_local_manifest_step(self):
- local_manifest_ndk_pin_revision = []
- if self.c.ndk_pin_revision:
- local_manifest_ndk_pin_revision = ['--ndk-revision',
- self.c.ndk_pin_revision]
yield self.m.step(
'generate local manifest', [
self.m.path.checkout('android_webview', 'buildbot',
'generate_local_manifest.py'),
self.build_path,
- self._CHROMIUM_IN_ANDROID_SUBPATH] +
- local_manifest_ndk_pin_revision)
-
+ self._CHROMIUM_IN_ANDROID_SUBPATH])
def repo_sync_steps(self):
# repo_init_steps must have been invoked first.
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/android/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698