Index: scripts/slave/recipes/libvpx/android_unittests.py |
diff --git a/scripts/slave/recipes/libvpx/android_unittests.py b/scripts/slave/recipes/libvpx/android_unittests.py |
index e15c1cfef3d9ec2ea400828d58138be7d136ee14..f6ac89e08dc29a7b53d59b5a32147b8504edf3c0 100644 |
--- a/scripts/slave/recipes/libvpx/android_unittests.py |
+++ b/scripts/slave/recipes/libvpx/android_unittests.py |
@@ -6,7 +6,6 @@ from recipe_engine.types import freeze |
DEPS = [ |
'depot_tools/git', |
- 'depot_tools/infra_paths', |
'recipe_engine/json', |
'recipe_engine/path', |
'perf_dashboard', |
@@ -44,7 +43,7 @@ PROPERTIES = { |
def RunSteps(api, libvpx_git_url, buildername): |
# Paths and other constants |
- build_root = api.infra_paths['slave_build'] |
+ build_root = api.path['slave_build'] |
# Android tools DEPS |
android_tools_root = build_root.join('android_tools') |
@@ -108,7 +107,7 @@ def RunSteps(api, libvpx_git_url, buildername): |
api.python( |
'transfer_files', |
- api.infra_paths['build'].join('scripts', 'slave', 'android', |
+ api.path['build'].join('scripts', 'slave', 'android', |
'transfer_files.py'), |
args=[adb, DEVICE_ROOT, test_data]) |