Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: android_webview/java/android_webview_apk.xml

Issue 10918149: Use checked in keystore to sign debug apks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/javatests/android_webview_test_apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | android_webview/javatests/android_webview_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698