lbry-android/p4a/pythonforandroid/bootstraps/webview/build/templates/custom_rules.tmpl.xml

15 lines
451 B
XML
Raw Normal View History

2017-08-13 03:24:00 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<project name="CustomRules">
<target name="-pre-build">
<copy todir="tmp-src">
<fileset dir="src" includes="**" />
{% for dir, includes in args.extra_source_dirs %}
<fileset dir="{{ dir }}" includes="{{ includes }}" />
{% endfor %}
</copy>
</target>
<target name="-post-build">
<delete dir="tmp-src" />
</target>
</project>