summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2022-02-04 14:35:34 -0800
committerYifan Hong <elsk@google.com>2022-02-04 14:35:34 -0800
commitbd4924f7b4402190aa20aa47ae14058f09652c3a (patch)
treecd30c6864e73639ae0bd7dca863616cba3695b11
parenta0b8e0c1a7a8096e192d13e2afb33539a1a8959d (diff)
downloadreset-bd4924f7b4402190aa20aa47ae14058f09652c3a.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: Id9ebfc62b70c569b54dbffc365e2e3fa98df5cfa
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 59aafec..3da6d4a 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 = "reset.slider",