| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 46f9e18354f37fab7576a336ea9de312dd6e5f88..8dd17f2ae7cbe2b967e82dd073243f89a821d8b1 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -13,8 +13,6 @@ import sys
|
| DIR_SOURCE_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
| os.pardir, os.pardir, os.pardir))
|
| ISOLATE_DEPS_DIR = os.path.join(DIR_SOURCE_ROOT, 'isolate_deps_dir')
|
| -EMULATOR_SDK_ROOT = os.path.abspath(os.path.join(DIR_SOURCE_ROOT, os.pardir,
|
| - os.pardir))
|
|
|
| # TODO(craigdh): Remove these once references have been removed downstream.
|
| CHROME_PACKAGE = 'com.google.android.apps.chrome'
|
|
|