aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-12-19 10:45:10 -0800
committerXavier Ducrohet <xav@android.com>2012-12-19 10:45:10 -0800
commitab235e611a72ccb01608e0e647b9661bbb037a46 (patch)
treeb1df223c0b685e69464c10f15cac6d77284c1eb5 /files
parent402c3b3f47c7c3ce236c7ce888a8e0da7fc713e3 (diff)
downloadsdk-ab235e611a72ccb01608e0e647b9661bbb037a46.zip
sdk-ab235e611a72ccb01608e0e647b9661bbb037a46.tar.gz
sdk-ab235e611a72ccb01608e0e647b9661bbb037a46.tar.bz2
Move -pre-built target ahead of the lib setup.
Change-Id: Ia48d41c50269c312784ef7723936af1dabcd4887
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 4a20e8f..3336ab3 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -706,7 +706,7 @@
<target name="-pre-compile"/>
<!-- Compiles this project's .java files into .class files. -->
- <target name="-compile" depends="-build-setup, -pre-build, -code-gen, -pre-compile">
+ <target name="-compile" depends="-pre-build, -build-setup, -code-gen, -pre-compile">
<do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
<!-- merge the project's own classpath and the tested project's classpath -->
<path id="project.javac.classpath">