| Index: build/android/ant/apk-codegen.xml
|
| diff --git a/build/android/ant/apk-codegen.xml b/build/android/ant/apk-codegen.xml
|
| index 64ade7a87fcda82886e89d896455dd77ec6a81e7..e60d6ca163cbd89aa932fd2941d034a6263b325b 100644
|
| --- a/build/android/ant/apk-codegen.xml
|
| +++ b/build/android/ant/apk-codegen.xml
|
| @@ -63,7 +63,11 @@
|
| </path>
|
|
|
| <!-- manifest merger default value -->
|
| - <property name="manifestmerger.enabled" value="false" />
|
| + <condition property="manifestmerger.enabled"
|
| + value="false"
|
| + else="true">
|
| + <equals arg1="${LIBRARY_MANIFEST_PATHS}" arg2="" />
|
| + </condition>
|
|
|
| <property name="resource.absolute.dir" value="${RESOURCE_DIR}"/>
|
|
|
|
|