summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2022-02-04 14:35:29 -0800
committerYifan Hong <elsk@google.com>2022-02-04 14:35:29 -0800
commit56054406a419f000f81222b07779b21c2cc87711 (patch)
tree8e7be4b2a75ecdae2b27ef852855b682b16eea3c
parent247bba87f9360dbc4ca0ba37862a10e630246eb7 (diff)
downloadbroadcom-56054406a419f000f81222b07779b21c2cc87711.tar.gz
kleaf: //build/kleaf -> //build/kernel/kleaf.
This is part of the build/ -> build/kernel migration. The //build/kleaf package is deprecated. Use //build/kernel/kleaf instead. Test: TH Bug: 217630659 Signed-off-by: Yifan Hong <elsk@google.com> Change-Id: Ifeb0d4c891ec1104969ba4b2405dc40926ec2371
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index b93162e..01126b5 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -6,7 +6,7 @@
# unless you have coordinated with the team managing the Soong to Bazel
# migration.
-load("//build/kleaf:kernel.bzl", "kernel_module")
+load("//build/kernel/kleaf:kernel.bzl", "kernel_module")
kernel_module(
name = "broadcom.slider",