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

Unified Diff: build/android/ant/common.xml

Issue 11614023: [Android] Fix specification of android build deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more general Created 8 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/common.xml
diff --git a/build/android/ant/common.xml b/build/android/ant/common.xml
index 1001f19eb037f74784513c9d26341024605dec55..85599493b2a16548b03fbdaf8be923bcab4ba486 100644
--- a/build/android/ant/common.xml
+++ b/build/android/ant/common.xml
@@ -87,4 +87,6 @@
location="${PRODUCT_DIR}/test.lib.java"/>
<!-- Common directory for apks. -->
<property-location name="apks.dir" location="${PRODUCT_DIR}/apks"/>
+ <!-- Don't worry about computing deps in ant. They're managed in gyp. -->
+ <property name="dont.do.deps" value="true"/>
</project>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698