summaryrefslogtreecommitdiff
path: root/layoutlib
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2018-04-19 15:00:00 -0700
committerDana Dahlstrom <dahlstrom@google.com>2018-04-19 23:00:05 +0000
commit9e5863e5cf43c0b4c206267054c7d7d7bffbe4e1 (patch)
tree19dd85c035db0f4c4517216cc7df30259d7bb908 /layoutlib
parentbc9c591195f3363f6f5e28cd09d23ad29398468b (diff)
downloadidea-9e5863e5cf43c0b4c206267054c7d7d7bffbe4e1.tar.gz
Replace "managed" tags with comments
… following Change I53c4cf17. Change-Id: I74cb3381c71357e1c0fd4aeb2b8d5afb7a9eac30
Diffstat (limited to 'layoutlib')
-rw-r--r--layoutlib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/layoutlib/BUILD b/layoutlib/BUILD
index 4472b41591f..df09c04864e 100644
--- a/layoutlib/BUILD
+++ b/layoutlib/BUILD
@@ -1,5 +1,6 @@
load("//tools/base/bazel:bazel.bzl", "iml_module")
+# managed by go/iml_to_build
iml_module(
name = "intellij.android.layoutlib",
srcs = ["src"],
@@ -10,7 +11,6 @@ iml_module(
],
iml_files = ["intellij.android.layoutlib.iml"],
resources = ["resources"],
- tags = ["managed"],
# do not sort: must match IML order
test_runtime_deps = [
"//tools/idea/xml/xml-analysis-impl:intellij.xml.analysis.impl",