From 8c9762ff1ddc8bdb68aa02cb075ec596276ceaa2 Mon Sep 17 00:00:00 2001 From: Edward Liaw Date: Tue, 24 Sep 2024 16:54:54 +0000 Subject: [PATCH] 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 --- BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 8ded73c728a6..6de0a2ef51d6 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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",