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

Unified Diff: scripts/slave/recipe_modules/skia/android_flavor.py

Issue 2099713002: Download the Android SDK as a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@cipd_swarm
Patch Set: Rebase Created 4 years, 6 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/skia_swarming/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/skia/android_flavor.py
diff --git a/scripts/slave/recipe_modules/skia/android_flavor.py b/scripts/slave/recipe_modules/skia/android_flavor.py
index 3050acf0a5eca22797c1936dbab95fd82f1f6cc9..3a876bde7bb7952068bff4e1a82561be2e3cb326 100644
--- a/scripts/slave/recipe_modules/skia/android_flavor.py
+++ b/scripts/slave/recipe_modules/skia/android_flavor.py
@@ -68,7 +68,8 @@ class AndroidFlavorUtils(default_flavor.DefaultFlavorUtils):
android_devices.SLAVE_INFO['default'])
self.android_bin = self._skia_api.skia_dir.join(
'platform_tools', 'android', 'bin')
- self._android_sdk_root = self._skia_api.slave_dir.join('android-sdk')
+ self._android_sdk_root = self._skia_api.slave_dir.join(
+ 'android_sdk', 'android-sdk')
rmistry 2016/06/30 11:27:41 Two directories with different separators is... st
borenet 2016/06/30 11:33:39 Yeah... 1. The CIPD package containing the Androi
self.serial = None
self.serial_args = []
try:
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/skia_swarming/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698