| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 1187f696c17f14ea85dcc26f60bc77f1cce59f5f..ea7687fed6a0bfa9cafd67ad99011ea18bea41f6 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -104,9 +104,6 @@ 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')
|
| -
|
| PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard')
|
|
|
| BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
|
|
|