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 <elsk@google.com>
This commit is contained in:
HONG Yifan
2025-05-09 23:44:24 +00:00
committed by Yifan Hong
parent 7f12a7bda3
commit de6714dc48

View File

@@ -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,