| Index: build/android/ant/apk-package.xml
|
| diff --git a/build/android/ant/apk-package.xml b/build/android/ant/apk-package.xml
|
| index 7cb6a96b610ea6f0f919a8d17a360a2e692c6a47..e7df243d31faf6e8ab02cf1467c42568e129cc39 100644
|
| --- a/build/android/ant/apk-package.xml
|
| +++ b/build/android/ant/apk-package.xml
|
| @@ -51,7 +51,7 @@
|
| <property name="native.libs.absolute.dir" location="${NATIVE_LIBS_DIR}" />
|
|
|
| <!-- Intermediate files -->
|
| - <property name="resource.package.file.name" value="${APK_NAME}.ap_" />
|
| + <property name="resource.package.file.name" value="${RESOURCE_PACKAGED_APK_NAME}" />
|
|
|
| <property name="dex.file.name" value="classes.dex" />
|
| <property name="intermediate.dex.file" location="${out.absolute.dir}/${dex.file.name}" />
|
|
|