aboutsummaryrefslogtreecommitdiffstats
path: root/adtproductbuild/build.xml
diff options
context:
space:
mode:
authorRaphaƫl Moll <ralf@android.com>2012-09-27 15:29:31 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-09-27 15:29:31 -0700
commit031e7ebcd4f9fe54e3792f6a2a13153502ce867b (patch)
treec9aa5158258a7b3efaf0a40ca005f1ed230982a2 /adtproductbuild/build.xml
parentbe6194b8193acb4a7e04fc70bf0ce49e67530f96 (diff)
downloadsdk-031e7ebcd4f9fe54e3792f6a2a13153502ce867b.zip
sdk-031e7ebcd4f9fe54e3792f6a2a13153502ce867b.tar.gz
sdk-031e7ebcd4f9fe54e3792f6a2a13153502ce867b.tar.bz2
Revert "Android makefile for ADT Eclipse IDE."
This breaks Mac builds. We'll put it back once we understand why. This reverts commit be6194b8193acb4a7e04fc70bf0ce49e67530f96 Change-Id: I1a54b65887126b45c07b0cceef96b8b9595b6c51
Diffstat (limited to 'adtproductbuild/build.xml')
-rw-r--r--adtproductbuild/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adtproductbuild/build.xml b/adtproductbuild/build.xml
index c91bff0..7851625 100644
--- a/adtproductbuild/build.xml
+++ b/adtproductbuild/build.xml
@@ -7,7 +7,7 @@
<!-- Source for target prebuilts -->
<property name="deltaPackTargetSrcDir" value="${ANDROID_SRC}/prebuilts/eclipse/" />
- <property name="targetSrcDir" value="${ANDROID_SRC}/prebuilts/eclipse-build-deps/" />
+ <property name="targetSrcDir" value="${ANDROID_SRC}/prebuilts/eclipse/" />
<!-- Location where build happens and resulting binaries are generated -->
<property name="outDir" value="${ANDROID_SRC}/out/host/eclipse/adtproduct/" />