From de6714dc4894a2bc84e5bf8dcba18e4ce7cff13e Mon Sep 17 00:00:00 2001 From: HONG Yifan Date: Fri, 9 May 2025 23:44:24 +0000 Subject: [PATCH] ANDROID: Drop tests_zip_arm64 from TV target. Also drop test_mapping. tests_zip_arm64 relies on //common:kernel_aarch64 to build the kunit modules, which is not suitable here. Bug: 415825866 Change-Id: Ifb9eb033504a942270ad43f72949bb5de18994ac Signed-off-by: HONG Yifan --- BUILD.bazel | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index a5d1cbfe1ced..7971a7b77afd 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -294,10 +294,7 @@ common_kernel( ddk_headers_archive = ":kernel_aarch64_ddk_headers_archive", ddk_module_headers = [":all_headers_aarch64"], defconfig = "arch/arm64/configs/gki_defconfig", - extra_dist = [ - ":test_mappings_zip", - ":tests_zip_arm64", - ], + extra_dist = [], gki_boot_img_sizes = _GKI_AARCH64_BOOT_IMAGE_SIZES, gki_system_dlkm_modules = ":gki_system_dlkm_modules_arm64", kcflags = COMMON_KCFLAGS,