You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6.3.0] Add additional_compiler_inputs attribute for cc_library. (#18882)
* Add additional_compiler_inputs attribute for cc_library.
Also, ensure that location function expansion works with these inputs as
expected.
RELNOTES: Additional source inputs can now be specified for compilation in cc_library targets using the additional_compiler_inputs attribute, and these inputs can be used in the $(location) function.
Fixes#18766.
PiperOrigin-RevId: 545766084
Change-Id: I2d9f195d81a1358c696601873e60d3cad810a150
(cherry picked from commit ade32e6)
Signed-off-by: Brentley Jones <[email protected]>
* Add `_expand(targets)`
From ff92499.
Signed-off-by: Brentley Jones <[email protected]>
---------
Signed-off-by: Brentley Jones <[email protected]>
0 commit comments