Index: build/android/pylib/constants/__init__.py |
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
index 96a6151128eca862a127afa9fc82f2db02216503..19c395bee0bfe33fe9805f91a62dc5e524d5983a 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, |