Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace _get_canonical_form(label) with str(label)
Fixes a bug where the label returned from _get_canonical_form() was missing a leading @. Now that `--incompatible_unambiguous_label_stringification=true` is on by default, str(label) already returns the appropriate target label. RELNOTES: Fixes a bug where some compilation flags would not be applied to a cc_test PiperOrigin-RevId: 491632546 Change-Id: Ib00d7004636283c9d39d9612d7fe2e5e31429653
- Loading branch information