summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2024-02-06 00:25:19 +0000
committerSteven Moreland <smoreland@google.com>2024-02-06 00:25:19 +0000
commit1b76fc27baf74ec753b455ac97451a0e0f9fd1f4 (patch)
treed92a40243071842acd948904ba9c0a597089e6d8
parent2a34eae920e07f5049f7581ab61d99237489ff76 (diff)
downloadp9_wire_format_derive-1b76fc27baf74ec753b455ac97451a0e0f9fd1f4.tar.gz
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
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
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",