aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/android_rules.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:29 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:29 -0800
commit4fd2474506c1ea3cb96e128d72db2a18ec1e258d (patch)
tree5457d1e4f807ae30e59b72f74d876284b20eba9d /scripts/android_rules.xml
parentb58a893bf9ba96db9a544cd33af4828826b73061 (diff)
downloadsdk-4fd2474506c1ea3cb96e128d72db2a18ec1e258d.zip
sdk-4fd2474506c1ea3cb96e128d72db2a18ec1e258d.tar.gz
sdk-4fd2474506c1ea3cb96e128d72db2a18ec1e258d.tar.bz2
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'scripts/android_rules.xml')
-rw-r--r--scripts/android_rules.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/scripts/android_rules.xml b/scripts/android_rules.xml
index 8e4f7a2..4698671 100644
--- a/scripts/android_rules.xml
+++ b/scripts/android_rules.xml
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="android_rules" default="debug">
+ <!--
+ This rules file is meant to be imported by the custom Ant task:
+ com.android.ant.AndroidInitTask
+
+ The following properties are put in place by the importing task:
+ android-jar, android-aidl, aapt, aidl, and dx
+
+ Additionnaly, the task sets up the following classpath reference:
+ android.target.classpath
+ This is used by the compiler task as the boot classpath.
+ -->
+
<property name="android-tools" value="${sdk-location}/tools" />
<!-- Input directories -->
@@ -55,13 +67,10 @@
<condition property="exe" value="exe" else=""><os family="windows"/></condition>
<condition property="bat" value="bat" else=""><os family="windows"/></condition>
- <property name="aapt" value="${android-tools}/aapt${exe}"/>
- <property name="aidl" value="${android-tools}/aidl${exe}"/>
<property name="adb" value="${android-tools}/adb${exe}"/>
- <property name="dx" value="${android-tools}/dx${bat}"/>
<property name="apk-builder" value="${android-tools}/apkbuilder${bat}"/>
- <!-- rules -->
+ <!-- rules -->
<!-- Create the output directories if they don't exist yet. -->
<target name="dirs">