Files
build_soong/rust
Ivan Lozano f1868af5d5 rust: Don't append '.vendor' to vendor modules.
Rust vendor-only modules would have the '.vendor' subname appended to
them, which meant that 'm <vendor_module>' would not work -- instead
you would need to call 'm <vendor_module>.vendor', which leads to some
confusion.

This CL fixes the behavior by using the same SubName logic as the cc
module.

Bug: 205577906
Test: m <vendor_module> # works without .vendor suffix
Change-Id: I6ba18ce1d7281a1f8342ed6014644b48009d78e0
2022-04-12 13:42:04 -04:00
..
2022-01-21 18:13:18 +08:00
2022-01-21 18:13:18 +08:00
2020-08-13 15:58:09 +02:00
2022-03-04 14:07:53 -08:00
2021-08-20 13:08:16 -07:00
2021-11-12 19:26:04 +00:00
2022-02-23 12:05:27 -08:00
2020-11-19 20:02:34 +01:00