| 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 179e6b1f9c6e8ed5015fddac5dcb15c60a7b31f7..3a2116dcc651eeb335563b2321985f93da3a81c8 100644
|
| --- a/build/android/pylib/instrumentation/test_jar.py
|
| +++ b/build/android/pylib/instrumentation/test_jar.py
|
| @@ -45,8 +45,8 @@ class TestJar(object):
|
| if not os.path.exists(jar_path):
|
| raise Exception('%s not found, please build it' % jar_path)
|
|
|
| - self._PROGUARD_PATH = os.path.join(constants.ANDROID_SDK_ROOT,
|
| - 'tools/proguard/lib/proguard.jar')
|
| + self._PROGUARD_PATH = os.path.join(constants.PROGUARD_ROOT,
|
| + 'lib', 'proguard.jar')
|
| if not os.path.exists(self._PROGUARD_PATH):
|
| self._PROGUARD_PATH = os.path.join(os.environ['ANDROID_BUILD_TOP'],
|
| 'external/proguard/lib/proguard.jar')
|
|
|