This commit is contained in:
Victor Shcherb 2013-05-09 20:37:18 +02:00
parent b3536aee53
commit 4570d1766b

13
SherlockBar/build.xml Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="SherlockBar" default="help">
<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"
/>
<import file="${sdk.dir}/tools/ant/build.xml" />
</project>