diff options
Diffstat (limited to 'chromium/build/android/pylib/constants')
-rw-r--r-- | chromium/build/android/pylib/constants/host_paths.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/build/android/pylib/constants/host_paths.py b/chromium/build/android/pylib/constants/host_paths.py index b249d3c2919..e00e0e79eb8 100644 --- a/chromium/build/android/pylib/constants/host_paths.py +++ b/chromium/build/android/pylib/constants/host_paths.py @@ -20,10 +20,9 @@ BUILD_COMMON_PATH = os.path.join( ANDROID_PLATFORM_DEVELOPMENT_SCRIPTS_PATH = os.path.join( DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development', 'scripts') +BUILD_PATH = os.path.join(DIR_SOURCE_ROOT, 'build') DEVIL_PATH = os.path.join( DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil') -PYMOCK_PATH = os.path.join( - DIR_SOURCE_ROOT, 'third_party', 'pymock') TRACING_PATH = os.path.join( DIR_SOURCE_ROOT, 'third_party', 'catapult', 'tracing') |