| Index: android_webview/java/android_webview_apk.xml
|
| diff --git a/android_webview/java/android_webview_apk.xml b/android_webview/java/android_webview_apk.xml
|
| index 67ec7b3a595a81a0e415f966be5b65be26bac77b..f283c19b609c0093178e5d3fde0a71e13d22f1c9 100644
|
| --- a/android_webview/java/android_webview_apk.xml
|
| +++ b/android_webview/java/android_webview_apk.xml
|
| @@ -9,7 +9,7 @@
|
| Building AndroidWebView.apk
|
| </description>
|
| <import file="../../build/android/ant/common.xml"/>
|
| - <import file="../../build/android/ant/sdk-targets.xml"/>
|
| +
|
| <property-value name="target.abi" value="${APP_ABI}"/>
|
| <property-location name="out.dir" location="${PRODUCT_DIR}/android_webview"
|
| check-exists="false"/>
|
| @@ -42,5 +42,6 @@
|
| <path id="javac.custom.classpath">
|
| <path refid="out.dex.jar.input.ref"/>
|
| </path>
|
| + <import file="../../build/android/ant/sdk-targets.xml"/>
|
| <import file="${sdk.dir}/tools/ant/build.xml"/>
|
| </project>
|
|
|