Commit 8956a5b
Fix interface library soname
Copybara Import from #677
BEGIN_PUBLIC
Fix interface library soname (#677)
This path case is a bit complicated, copied from the other use of
dynamic_library_soname. The boolean at the end was originally fixed in:
bazelbuild/bazel@044a14c
But it wasn't copied directly to the original version of the starlark
implementation in:
bazelbuild/bazel@25cf03c
This mismatch results in missing binaries at runtime
Closes #677
END_PUBLIC
Startblock:
* // Put other blockers before this line to avoid churning.
* has lgtm
* is approved
* and then
* all comments are resolved
* and then
*[]
COPYBARA_INTEGRATE_REVIEW=#677 from keith:ks/fix-interface-library-soname d3b2b93
PiperOrigin-RevId: 902861494
Change-Id: I3dc721827901b24f9c6a4e67f8f6c7dc166a5d6c1 parent f2cb3b4 commit 8956a5b
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
293 | | - | |
294 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
0 commit comments