| Index: build/android/ant/apk-obfuscate.xml
|
| diff --git a/build/android/ant/apk-obfuscate.xml b/build/android/ant/apk-obfuscate.xml
|
| index 75989700db0f81fba35a659e9c5701049ab95ac7..d0600ca20a813c7e9eb2d86c531cc0d3273724d3 100644
|
| --- a/build/android/ant/apk-obfuscate.xml
|
| +++ b/build/android/ant/apk-obfuscate.xml
|
| @@ -129,7 +129,7 @@
|
| are added under the <proguard> call below.
|
| -->
|
| <path id="proguard.configpath">
|
| - <pathelement path="${proguard.config}"/>
|
| + <filelist files="${proguard.config}"/>
|
| </path>
|
| <pathconvert pathsep='" -include "' property="proguard.configcmd"
|
| refid="proguard.configpath"/>
|
|
|