| Index: build/android/ant/chromium-apk.xml
|
| diff --git a/build/android/ant/chromium-apk.xml b/build/android/ant/chromium-apk.xml
|
| index 72c2047bfb29f569b09db9febdf250c7688b7029..4b059b5dae2c950728f5c4f20ac93910a930136d 100644
|
| --- a/build/android/ant/chromium-apk.xml
|
| +++ b/build/android/ant/chromium-apk.xml
|
| @@ -20,11 +20,7 @@
|
| </description>
|
| <import file="common.xml"/>
|
|
|
| - <property-location
|
| - name="out.dir"
|
| - location="${PRODUCT_DIR}/${PACKAGE_NAME}"
|
| - check-exists="false"
|
| - />
|
| + <property-location name="out.dir" location="${OUT_DIR}" check-exists="false" />
|
|
|
| <path id="javac.srcdirs.additional">
|
| <filelist files="${ADDITIONAL_SRC_DIRS}"/>
|
|
|