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

Unified Diff: scripts/slave/recipe_modules/adb/api.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | « scripts/slave/recipe_modules/adb/__init__.py ('k') | scripts/slave/recipe_modules/amp/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/adb/api.py
diff --git a/scripts/slave/recipe_modules/adb/api.py b/scripts/slave/recipe_modules/adb/api.py
index bfefdb2e7c231d006ebce91c8fcfcddd07f8690c..a47b7f58b7fda5d2b3e663534c54bc15ebecd690 100644
--- a/scripts/slave/recipe_modules/adb/api.py
+++ b/scripts/slave/recipe_modules/adb/api.py
@@ -23,7 +23,7 @@ class AdbApi(recipe_api.RecipeApi):
def adb_path(self):
if self._custom_adb_path:
return self._custom_adb_path
- return self.m.path['slave_build'].join(
+ return self.m.infra_paths['slave_build'].join(
'src', 'third_party', 'android_tools', 'sdk', 'platform-tools', 'adb')
def adb_dir(self):
« no previous file with comments | « scripts/slave/recipe_modules/adb/__init__.py ('k') | scripts/slave/recipe_modules/amp/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698