Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 7e001c960dbf492c45f22566007e727a19a78d4c..4b2413e1781a30384d03a1fc2f3af051837768b1 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -9,6 +9,8 @@ import os |
CHROME_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), |
os.pardir, os.pardir, os.pardir)) |
+EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(CHROME_DIR, os.pardir, |
+ os.pardir)) |
CHROME_PACKAGE = 'com.google.android.apps.chrome' |
CHROME_ACTIVITY = 'com.google.android.apps.chrome.Main' |