summaryrefslogtreecommitdiff
path: root/build/scripts
diff options
context:
space:
mode:
authorJosiah Gaskin <josiahgaskin@google.com>2013-11-18 15:43:42 -0800
committerJosiah Gaskin <josiahgaskin@google.com>2013-11-18 15:43:42 -0800
commit043a3ca44c49d9f3cadc52262d8c2733c4d35f71 (patch)
tree0258746b2c4e9a61d8711a9ff8d3d08cabf3d674 /build/scripts
parent62dfc58cef4e55eee6038a33aa0e09b540557b69 (diff)
downloadidea-043a3ca44c49d9f3cadc52262d8c2733c4d35f71.tar.gz
Add "other" templates to bundle
Adds the "other" category of templates to the ones bundled with studio. Change-Id: I6cb4416b1958379d96cebd3f1e5c0142517eb227
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/layouts.gant1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index fe2e97945eac..094a71b063b4 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -682,6 +682,7 @@ def layoutAndroid() {
fileset(dir: "${home}/../base/templates") {
include(name: "activities/**")
include(name: "gradle/**")
+ include(name: "other/**")
include(name: "gradle-projects/**")
}
}