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-10 18:47:32 +0000
commit123177cbcfe03c3f57cf7fb9472a5c68e3dec851 (patch)
treecd30c6864e73639ae0bd7dca863616cba3695b11
parent8dc32cfccd2f7cfa43ec2f5cc2998ea70a868222 (diff)
downloadreset-123177cbcfe03c3f57cf7fb9472a5c68e3dec851.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: Iec407f29b4480286729b8a80a4ce6fe1785b3c97
-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",