| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 46171192f76e633411589a1365c7d502e10c8b08..43c0a6d09113c3354edd6b87bcf1436ff26e5071 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -189,6 +189,9 @@ ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT,
|
| ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
|
| 'third_party/android_tools/ndk')
|
|
|
| +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'))
|
|
|