blob: 747c6b349964a870d69f91b7ce8a5f793333517c [file] [log] [blame]
<?xml version="1.0"?>
<recipe>
<#if remapFile>
<merge from="AndroidManifest.xml.ftl"
to="${escapeXmlAttribute(projectOut)}/${escapeXmlAttribute(newLocation)}" />
<merge from="build.gradle.ftl"
to="${escapeXmlAttribute(projectOut)}/build.gradle" />
<#else>
<merge from="AndroidManifest.xml.ftl"
to="${escapeXmlAttribute(manifestOut)}/AndroidManifest.xml" />
</#if>
</recipe>