Index: build/android/ant/common.xml |
diff --git a/build/android/ant/common.xml b/build/android/ant/common.xml |
index c7c730ba3b45e5a9a4b6528b7d3229cb16a63e70..ff88fd06840d01c5a0c079330838445f5b376ca1 100644 |
--- a/build/android/ant/common.xml |
+++ b/build/android/ant/common.xml |
@@ -53,7 +53,7 @@ |
<condition> |
<and> |
<equals arg1="@{check-exists}" arg2="true"/> |
- <not><available type="dir" file="@{location}"/></not> |
+ <not><available file="@{location}"/></not> |
</and> |
</condition> |
</fail> |
@@ -74,5 +74,5 @@ |
<property-location name="sdk.dir" location="${ANDROID_SDK_ROOT}"/> |
<property-value name="target" value="android-${ANDROID_SDK_VERSION}"/> |
<property name="source.dir" location="src"/> |
- <property-location name="toolchain.dir" location="${ANDROID_TOOLCHAIN}"/> |
+ <property-location name="android.gdbserver" location="${ANDROID_GDBSERVER}"/> |
</project> |