lbry-android/p4a/pythonforandroid/bootstraps/pygame/build/templates/build.xml
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

23 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="{{ versioned_name }}" default="help">
<loadproperties srcFile="local.properties" />
<property file="ant.properties" />
<loadproperties srcFile="project.properties" />
<property environment="env" />
<property file="build.properties" />
<fail
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
unless="sdk.dir"
/>
<target name="-pre-build">
</target>
<target name="-pre-compile">
</target>
<target name="-post-compile">
</target>
<import file="${sdk.dir}/tools/ant/build.xml" />
</project>