Skip to content

Commit

Permalink
Update build.xml for new format from updated toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Jun 9, 2016
1 parent ca58ff6 commit 988cdf9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions support/android/apk/build.xml
Expand Up @@ -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
Expand Down

0 comments on commit 988cdf9

Please sign in to comment.