| commit | 5067169167e67a266c4be28f668745dec1e0ee53 | [log] [tgz] |
|---|---|---|
| author | Per Larsen <perlarsen@google.com> | Wed Sep 04 21:52:51 2024 +0000 |
| committer | Per Larsen <perlarsen@google.com> | Wed Sep 04 23:53:26 2024 +0000 |
| tree | 9efab7d3cf5d55d219a6f95c9da8e0a033119808 | |
| parent | c6e698b0182017c4294c0d071ccba372f4185bee [diff] |
cargo_embargo: Parse out raw_name from src_path When cargo_embargo is configured to use `cargo metadata` instead of running `cargo build`, we don't get the expected raw name for extern crates unless we expect the source path. This in turn means we don't generate the correct crate names for Trusty rules.mk files. Test: manually, generate rules.mk for ciborium then build Trusty Change-Id: Ie8c5b2868cd56b7f7e6d8294b41465682f5ac734