blob: 061d7bade1c73b89b921d384732131b2d6488dc0 [file] [log] [blame]
<?xml version="1.0"?>
<recipe>
<merge from="AndroidManifest.xml.ftl"
to="${escapeXmlAttribute(manifestOut)}/AndroidManifest.xml" />
<#if useCustomTheme>
<merge from="res/values-v21/styles.xml.ftl"
to="${escapeXmlAttribute(resOut)}/values-v21/styles.xml" />
</#if>
<copy from="res/xml/automotive_app_desc.xml"
to="${escapeXmlAttribute(resOut)}/xml/automotive_app_desc.xml" />
<instantiate from="src/app_package/MusicService.java.ftl"
to="${escapeXmlAttribute(srcOut)}/${mediaBrowserServiceName}.java" />
<open file="${escapeXmlAttribute(srcOut)}/${mediaBrowserServiceName}.java" />
<#if useCustomTheme>
<open file="${escapeXmlAttribute(resOut)}/values-v21/styles.xml" />
</#if>
</recipe>