| Index: build/android/pylib/instrumentation/test_jar.py
|
| diff --git a/build/android/pylib/instrumentation/test_jar.py b/build/android/pylib/instrumentation/test_jar.py
|
| index 8ea3dbf550ad3497e89696b8ce1a4fa732ce3489..ee781c518ea2742bd519042450f0235fcdca1d3e 100644
|
| --- a/build/android/pylib/instrumentation/test_jar.py
|
| +++ b/build/android/pylib/instrumentation/test_jar.py
|
| @@ -41,8 +41,7 @@ class TestJar(object):
|
| if not os.path.exists(jar_path):
|
| raise Exception('%s not found, please build it' % jar_path)
|
|
|
| - sdk_root = os.getenv('ANDROID_SDK_ROOT', constants.ANDROID_SDK_ROOT)
|
| - self._PROGUARD_PATH = os.path.join(sdk_root,
|
| + self._PROGUARD_PATH = os.path.join(constants.ANDROID_SDK_ROOT,
|
| 'tools/proguard/bin/proguard.sh')
|
| if not os.path.exists(self._PROGUARD_PATH):
|
| self._PROGUARD_PATH = os.path.join(os.environ['ANDROID_BUILD_TOP'],
|
|
|