[add] FileSource

This commit is contained in:
2020-01-21 17:42:27 +03:00
parent c0b13202f3
commit e744b9e8aa
26 changed files with 480 additions and 158 deletions

11
dependencies/android/build.xml vendored Normal file
View 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>