| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index cbc475eb74cdeb60aab54db9ee3a86a8ee2d249f..249f114914d6b163d6122bdd4d7f7f2b17e845cd 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -167,10 +167,6 @@ ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
|
| PROGUARD_SCRIPT_PATH = os.path.join(
|
| ANDROID_SDK_ROOT, 'tools', 'proguard', 'bin', 'proguard.sh')
|
|
|
| -EMULATOR_SDK_ROOT = os.environ.get('ANDROID_EMULATOR_SDK_ROOT',
|
| - os.path.join(DIR_SOURCE_ROOT,
|
| - 'android_emulator_sdk'))
|
| -
|
| PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard')
|
|
|
| BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
|
|
|