From 1b76fc27baf74ec753b455ac97451a0e0f9fd1f4 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 6 Feb 2024 00:25:19 +0000 Subject: wire_format_derive_test_src_lib restore name Restore test name from previous definition of this module used by crosvm. See: https://android-review.git.corp.google.com/c/platform/external/crosvm/+/2937752 This is done because changing TEST_MAPPING instead would require re-running the merge there. This will unblock the effort to fix TEST_MAPPING without delaying this other project, and I'll revert this immediately after. Bug: 323952074 Test: atest wire_format_derive_test_src_lib Change-Id: I7c54d44e6332e233ebda1d85bef4bc265a30cac9 --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 99364a4..9d60a59 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,8 @@ rust_proc_macro { } rust_test_host { - name: "p9_wire_format_derive_test_src_lib", + // TODO: rename back to wire_format_derive_test_src_lib once TEST_MAPPING files are updated + name: "wire_format_derive_test_src_lib", crate_name: "p9_wire_format_derive", cargo_env_compat: true, cargo_pkg_version: "0.2.3", -- cgit v1.2.3