Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_build: Remove output_name attr in rust_library
It is possible that multiple versions of a same crate may exist in the dependency tree of a target. Setting output name to crate_name leads to muliple definitions of a target in Ninja. This change removes explicit output name. Different versions of the same crate can use rustflags = [ "-Cextra-filename=-<id>" ] to resolve conflict output names. Change-Id: I0a8e806affd01e32bcba6c0d99a23adccef58cd3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230012 Lint: Lint 🤖 <[email protected]> Reviewed-by: Jiacheng Lu <[email protected]> Reviewed-by: Erik Gilling <[email protected]> Commit-Queue: Jiacheng Lu <[email protected]>
- Loading branch information