Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 69c9f30d9bb47ee63263dda6c90e2cfd38a42e80..a7c90c719b9faa9e6b34cc7308dcb1bb0bd9ac61 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -46,5 +46,7 @@ SDK_BUILD_APKS_DIR = 'apks' |
# The directory on the device where perf test output gets saved to. |
DEVICE_PERF_OUTPUT_DIR = '/data/data/' + CHROME_PACKAGE + '/files' |
-# Directory on host where screensohts are saved. |
SCREENSHOTS_DIR = os.path.join(CHROME_DIR, 'out_screenshots') |
+ |
+ANDROID_SDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/sdk') |
+ANDROID_NDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/ndk') |