[add] FileSource
This commit is contained in:
11
dependencies/android/build.xml
vendored
Normal file
11
dependencies/android/build.xml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="android" 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