Commit 78f0311
authored
Correct error runfiles cc_shared_library (#14998)
Fix runfiles in cc_shared_library
#1494 misses a key part which was to actually add the precompiled libraries to the runfiles provider. There was a test but this used a cc_binary which gave the false sense of things working correctly since the cc_binary is able to get the runfiles from the CcInfo and add it itself. Changed test to use a py_test instead.
Cherrypick of 426188c1 parent 5e79972 commit 78f0311
File tree
1 file changed
+2
-0
lines changed- src/main/starlark/builtins_bzl/common/cc
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
| 510 | + | |
| 511 | + | |
510 | 512 | | |
511 | 513 | | |
512 | 514 | | |
| |||
0 commit comments