aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 8d9a6ff..d4ec1b7 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -369,7 +369,7 @@
<property name="java.includes.dir.platform" value="${java.includes.dir}/linux" />
</target>
- <target name="declare.android" if="android-jars.available" >
+ <target name="declare.android" if="isAndroid" >
<property name="c.src.dir.os" value="unix" />
</target>