| Index: build/android/gyp/util/proguard_util.py
|
| diff --git a/build/android/gyp/util/proguard_util.py b/build/android/gyp/util/proguard_util.py
|
| index f315979cc2964392a38da28e3207911d3cad6b3c..d7603d38432ebb8300b6b67390f791be39abc499 100644
|
| --- a/build/android/gyp/util/proguard_util.py
|
| +++ b/build/android/gyp/util/proguard_util.py
|
| @@ -98,7 +98,6 @@ class ProguardCmdBuilder(object):
|
| '-forceprocessing',
|
| ]
|
| if self._tested_apk_info_path:
|
| - assert len(self._configs) == 1
|
| tested_apk_info = build_utils.ReadJson(self._tested_apk_info_path)
|
| self._configs += tested_apk_info['configs']
|
| self._injars = [
|
|
|