Index: build/android/pylib/constants/__init__.py |
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
index 43c0a6d09113c3354edd6b87bcf1436ff26e5071..4632fe7a36d984d073dc6dc6e5bf8fedaecb0f69 100644 |
--- a/build/android/pylib/constants/__init__.py |
+++ b/build/android/pylib/constants/__init__.py |
@@ -196,6 +196,8 @@ 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, |
os.environ.get('CHROMIUM_OUT_DIR', 'out'), |
'bad_devices.json') |