Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / AndroidManifest / template.xml
blobafc0aaaa2e31d57f754cebe790138723427e5eca
1 <?xml version="1.0"?>
2 <template
3     format="4"
4     revision="2"
5     name="Android Manifest File"
6     description="Creates an Android Manifest XML File."
7     >
9     <category value="Other" />
11     <parameter
12         id="remapFile"
13         name="Change File Location"
14         type="boolean"
15         constraints=""
16         default="false"
17         help="Change the file location to another destination within the module." />
19     <parameter
20         id="newLocation"
21         name="New File Location"
22         type="string"
23         constraints="nonempty|source_set_folder|unique"
24         suggest="src/${sourceProviderName}/AndroidManifest.xml"
25         help="The location for the new file"
26         visibility="remapFile" />
28     <execute file="recipe.xml.ftl" />
30 </template>