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

Unified Diff: content/shell/android/java/content_shell_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 | « build/android/ant/sdk-targets.xml ('k') | content/shell/android/javatests/content_shell_test_apk.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/android/java/content_shell_apk.xml
diff --git a/content/shell/android/java/content_shell_apk.xml b/content/shell/android/java/content_shell_apk.xml
index bc2434e86953a75a88e7e0efec26bf6aa1f1539a..e9f30bf092e9f0c0938233d9143cfd72f71c77a8 100644
--- a/content/shell/android/java/content_shell_apk.xml
+++ b/content/shell/android/java/content_shell_apk.xml
@@ -9,7 +9,6 @@
Building ContentShell.apk
</description>
<import file="../../../../build/android/ant/common.xml"/>
- <import file="../../../../build/android/ant/sdk-targets.xml"/>
<!-- Convert the buildtype to lowercase. E.g Debug -> debug, Release -> release. -->
<script language="javascript">
@@ -72,5 +71,7 @@
<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 | « build/android/ant/sdk-targets.xml ('k') | content/shell/android/javatests/content_shell_test_apk.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698