summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-06-07 11:05:24 -0700
committerTor Norbye <tnorbye@google.com>2013-06-07 11:05:24 -0700
commit28d9ee094b1d352884aaf5b66b85b30335165c03 (patch)
tree0d244ca64930b7b7cb92b260747c6e6d4616fe9c /build
parentec3fb1e06285c0467a7a20360ca80453bc7635d4 (diff)
downloadidea-28d9ee094b1d352884aaf5b66b85b30335165c03.tar.gz
Snapshot 621d3b6adc5a7cb6f13e27610aa33af48f13da27 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I3e2f8acd6054389626ab7c0f9065c8d905e99436
Diffstat (limited to 'build')
-rw-r--r--build/scripts/layouts.gant4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index 6e0380171f3a..675c181aee11 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -608,6 +608,9 @@ def layoutAndroid(String androidHome) {
jar("layoutlib-api.jar") {
module("layoutlib-api")
}
+ jar("manifest-merger.jar") {
+ module("manifest-merger")
+ }
jar("sdk-tools.jar") {
module("assetstudio")
module("ddmlib")
@@ -616,7 +619,6 @@ def layoutAndroid(String androidHome) {
module("lint-cli")
module("lint-api")
module("lint-checks")
- module("manifest-merger")
module("ninepatch")
module("sdk-common")
}