summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-08-25 17:52:14 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-08-25 17:52:14 -0700
commited71c008f348bb32c0d5fe17021f908aad0d0364 (patch)
tree0a21e5641a846b73b257ab76ccc0d716fa4eb72f
parent48df5ef9144c9dcc4638b187190487c07638c872 (diff)
downloadsamples-ed71c008f348bb32c0d5fe17021f908aad0d0364.tar.gz
Update unbundled rules
Test: N/A Bug: N/A Change-Id: I02c4782c98bb803227a98cc6b4688ff2cc6b25b5
-rw-r--r--BUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/BUILD b/BUILD
index 1e5f05d..e535fe7 100644
--- a/BUILD
+++ b/BUILD
@@ -72,22 +72,19 @@ iml_module(
# managed by go/iml_to_build [unb]
iml_module(
- name = "unb.google-samples",
+ name = "google-samples",
srcs = ["src"],
iml_files = ["google-samples.iml"],
lint_baseline = "lint_baseline.xml",
- tags = [
- "manual",
- "unb",
- ],
+ project = "unb",
visibility = ["//visibility:public"],
# do not sort: must match IML order
deps = [
"//prebuilts/studio/intellij-sdk:studio-sdk",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-java",
"//tools/adt/idea/.idea/libraries:unb.Guava",
- "//tools/adt/idea/android:unb.intellij.android.core[module]",
- "//tools/studio/google/cloud/tools/google-login-plugin:unb.google-login-as[module]",
+ "//tools/adt/idea/android:intellij.android.core[module]",
+ "//tools/studio/google/cloud/tools/google-login-plugin:google-login-as[module]",
"//tools/adt/idea/.idea/libraries:unb.mockito[test]",
],
)