From 99d39c38c7d18d7b23a3e83519b6696b719a293c Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Thu, 2 Jan 2025 15:44:50 +0800 Subject: [PATCH] ANDROID: db845c: publish the tests.zip package so that it could be used for the KUnit test for the same build Bug: 412867405 Change-Id: I996f229938a583b2e92add048a19acba987629a3 Signed-off-by: Yongqin Liu --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 01c48ab458ba..8a74b38810a4 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -990,6 +990,7 @@ pkg_files( ":kernel_aarch64", ":kernel_aarch64_modules", ":kernel_aarch64_additional_artifacts", + ":tests_zip_arm64", ], strip_prefix = strip_prefix.files_only(), visibility = ["//visibility:private"],