summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-04-03 12:19:25 -0700
committerYifan Hong <elsk@google.com>2024-04-03 12:25:48 -0700
commit9e755bb49aa7ae051564c8a4b1a276a1f54f9285 (patch)
tree4ef139ebb0eac2fe084b920ac6311fdc431f3b6e
parente09f30f9349bbaa1083da0f578561d06ea8a0bb9 (diff)
downloadvirtual-device-android15-6.1.tar.gz
Move test_mappings_zip from //kernel/tests/test_mappings to //common.android15-6.1
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
-rw-r--r--BUILD.bazel6
1 files 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,