From 9e755bb49aa7ae051564c8a4b1a276a1f54f9285 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 3 Apr 2024 12:19:25 -0700 Subject: Move test_mappings_zip from //kernel/tests/test_mappings to //common. This is to remove the hard-coded //common package in //kernel/tests/test_mappings, because the kernel tree may be specified elsewhere. Test: TH Bug: 327493370 Change-Id: Ief42393c07799652d01c83dfeefac5a7b3a034a0 --- BUILD.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index ebfcc1f..1e47f20 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -349,8 +349,8 @@ copy_to_dist_dir( ":virtual_device_x86_64_modules_install", "//common:kernel_x86_64", "//common:kernel_x86_64_additional_artifacts", + "//common:test_mappings_zip", "//common:tests_zip_x86_64", - "//kernel/tests/test_mappings:test_mappings_zip", ], dist_dir = "out/virtual_device_x86_64/dist", flat = True, @@ -598,8 +598,8 @@ copy_to_dist_dir( ":virtual_device_aarch64_unstripped_modules_archive", "//common:kernel_aarch64", "//common:kernel_aarch64_additional_artifacts", + "//common:test_mappings_zip", "//common:tests_zip_arm64", - "//kernel/tests/test_mappings:test_mappings_zip", ], dist_dir = "out/virtual_device_aarch64/dist", flat = True, @@ -709,7 +709,7 @@ copy_to_dist_dir( ":virtual_device_aarch64_16k_modules_install", "//common:kernel_aarch64_16k", "//common:kernel_aarch64_16k_images", - "//kernel/tests/test_mappings:test_mappings_zip", + "//common:test_mappings_zip", ], dist_dir = "out/virtual_device_aarch64_16k/dist", flat = True, -- cgit v1.2.3