ANDROID: Remove copy-to-dist-dir import

copy-to-dist-dir was replaced with pkg_install, but also need to remove
the import to make the linter happy.

Bug: 331730853
Change-Id: I4f287c10bba09825643d73aa2113d6ee88e4460f
Signed-off-by: Edward Liaw <edliaw@google.com>
This commit is contained in:
Edward Liaw
2024-09-24 16:54:54 +00:00
parent 03aa4ffa14
commit 8c9762ff1d
-1
View File
@@ -7,7 +7,6 @@ load("@bazel_skylib//rules:write_file.bzl", "write_file")
load("@rules_pkg//pkg:install.bzl", "pkg_install")
load("@rules_pkg//pkg:mappings.bzl", "pkg_filegroup", "pkg_files", "strip_prefix")
load("@rules_pkg//pkg:pkg.bzl", "pkg_zip")
load("//build/bazel_common_rules/dist:dist.bzl", "copy_to_dist_dir")
load(
"//build/kernel/kleaf:common_kernels.bzl",
"common_kernel",