Mercurial > 510ConnectbotMonitor
view build.xml @ 4:46a9cdf018a1
allow async tts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 23 Jun 2014 17:09:52 -0700 |
parents | 5564580fe160 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project name="510ConnectbotMonitor" default="help"> <property file="local.properties" /> <property file="ant.properties" /> <loadproperties srcFile="project.properties" /> <!-- quick check on sdk.dir --> <fail message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" unless="sdk.dir" /> <!-- version-tag: custom --> <import file="${sdk.dir}/tools/ant/build.xml" /> </project>