Remove build.xml, since it's no longer used.
This commit is contained in:
committed by
Joshua Granick
parent
6d55753e53
commit
b4bec36810
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="::APP_FILE::" default="help">
|
||||
|
||||
<property environment="env"/>
|
||||
<property name="sdk.dir" value="${env.ANDROID_SDK}"/>
|
||||
|
||||
<property file="local.properties"/>
|
||||
<property file="ant.properties"/>
|
||||
<property file="project.properties"/>
|
||||
|
||||
<import file="${sdk.dir}/tools/ant/build.xml"/>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user