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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user