aboutsummaryrefslogtreecommitdiffstats
path: root/support/android
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2016-06-09 12:53:47 -0500
committerLars Bergstrom <lars@lars.com>2016-06-09 12:53:47 -0500
commit988cdf98eba03c513b00e864a5d0480614e0a2d5 (patch)
treeba251b8d69e0d72a19a5fcd43b6ffa46201d9e32 /support/android
parentca58ff607eba8e1ae538b9591f64a6d5c6b75ab8 (diff)
downloadservo-988cdf98eba03c513b00e864a5d0480614e0a2d5.tar.gz
servo-988cdf98eba03c513b00e864a5d0480614e0a2d5.zip
Update build.xml for new format from updated toolchains
Diffstat (limited to 'support/android')
-rw-r--r--support/android/apk/build.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/support/android/apk/build.xml b/support/android/apk/build.xml
index 3e22c93f50a..3d1611517a8 100644
--- a/support/android/apk/build.xml
+++ b/support/android/apk/build.xml
@@ -36,9 +36,17 @@
<condition property="sdk.dir" value="${env.ANDROID_HOME}">
<isset property="env.ANDROID_HOME" />
</condition>
- <condition property="target" value="${env.ANDROID_PLATFORM}">
- <isset property="env.ANDROID_PLATFORM" />
- </condition>
+
+ <!-- The project.properties file is created and updated by the 'android'
+ tool, as well as ADT.
+
+ This contains project specific properties such as project target, and library
+ dependencies. Lower level build properties are stored in ant.properties
+ (or in .classpath for Eclipse projects).
+
+ This file is an integral part of the build system for your
+ application and should be checked into Version Control Systems. -->
+ <loadproperties srcFile="project.properties" />
<!-- quick check on sdk.dir -->
<fail