Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / AssetsFolder / template.xml
blobd659f88bac638cc403fd7c46346269dca6168232
1 <?xml version="1.0"?>
2 <template
3     format="4"
4     revision="2"
5     name="Assets Folder"
6     description="Creates a source root for assets which will be included in the APK."
7     >
9     <category value="Folder" />
11     <parameter
12         id="remapFolder"
13         name="Change Folder Location"
14         type="boolean"
15         constraints=""
16         default="false"
17         help="Change the folder location to another folder within the module." />
19     <parameter
20         id="newLocation"
21         name="New Folder Location"
22         type="string"
23         constraints="nonempty|source_set_folder|unique"
24         suggest="src/${sourceProviderName}/assets/"
25         help="The location for the new folder"
26         visibility="remapFolder" />
28     <execute file="recipe.xml.ftl" />
30 </template>