summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorestebandlc <estebandlc@google.com>2017-07-31 22:56:47 -0700
committerestebandlc <estebandlc@google.com>2017-08-01 15:26:56 -0700
commit6c6507f2d22385544ebfe9a998ed665d316b3e38 (patch)
tree643b473f2d1b8dcc76bdbacd35ef79c8550f7644
parent06cffb55f0d9722eb370d3b00589fdb2005219d2 (diff)
downloadsamples-6c6507f2d22385544ebfe9a998ed665d316b3e38.tar.gz
Adds .iml file references
Test: existing Change-Id: I64ae026eb005d60c2149ab952b6403d22a7571a6
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 3d5eea6..699bea6 100644
--- a/BUILD
+++ b/BUILD
@@ -3,6 +3,7 @@ load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "google-samples",
srcs = ["src"],
+ iml_files = ["google-samples.iml"],
tags = ["managed"],
visibility = ["//visibility:public"],
# do not sort: must match IML order