summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2021-02-03 16:44:15 -0800
committerEsteban de la Canal <estebandlc@google.com>2021-02-06 13:56:29 -0800
commitb308bc82572434b7c3f59144d99038c92a2781ba (patch)
tree605ba93dc3b67fed197c3c326d176516102e02fa
parent71f3131de479289ded6aafab1de050b66ece3f1a (diff)
downloadappindexing-b308bc82572434b7c3f59144d99038c92a2781ba.tar.gz
Moves bundled dependencies to plugin def
This change moves the bundled library dependencies from being defined on each module to the plugin definition. Additionally this change introduces the same check for libraries than the one we have for modules: If a module needs a library dependency, then plugin layout is used to verify that the dependency is satisfied in production. Test: Added check at build time Bug: 179064916 Change-Id: I23b4ff883380b7838faaa56013798d8257131b39
-rw-r--r--BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index d3a61b4..d23ab40 100644
--- a/BUILD
+++ b/BUILD
@@ -4,7 +4,6 @@ load("//tools/base/bazel:bazel.bzl", "iml_module")
iml_module(
name = "google-appindexing",
srcs = ["src"],
- bundled_deps = ["//tools/studio/google/appindexing/lib:fetchasgoogle"],
iml_files = ["google-appindexing.iml"],
lint_baseline = "lint_baseline.xml",
resources = ["resources"],