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

Unified Diff: build/android/incremental_install/create_install_script.py

Issue 1571803002: [Android] Prepare build/android/ for catapult+devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create-device-library-links
Patch Set: rebase Created 4 years, 11 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 | « build/android/host_heartbeat.py ('k') | build/android/install_emulator_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/incremental_install/create_install_script.py
diff --git a/build/android/incremental_install/create_install_script.py b/build/android/incremental_install/create_install_script.py
index 3de4ed67945f0796aeaa0ad50a6b6cae0c58fd39..4024e059816d7925de388d501c676f87d37f5d7c 100755
--- a/build/android/incremental_install/create_install_script.py
+++ b/build/android/incremental_install/create_install_script.py
@@ -14,7 +14,7 @@ import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir))
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'gyp'))
-from pylib import constants
+from pylib.constants import host_paths
from util import build_utils
@@ -125,7 +125,7 @@ def main(args):
script_dir = os.path.dirname(options.script_output_path)
return path and os.path.relpath(path, script_dir)
- installer_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android',
+ installer_path = os.path.join(host_paths.DIR_SOURCE_ROOT, 'build', 'android',
'incremental_install', 'installer.py')
pformat = pprint.pformat
template_args = {
« no previous file with comments | « build/android/host_heartbeat.py ('k') | build/android/install_emulator_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698