Index: build/android/pylib/constants/__init__.py |
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
index 70020cf4683ef985101bfa13b478316ad7fd50f1..650da747c1971a3c48bf0deed8f286f5daac8937 100644 |
--- a/build/android/pylib/constants/__init__.py |
+++ b/build/android/pylib/constants/__init__.py |
@@ -168,10 +168,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, |