| commit | f40b43e86d8920999e27db8c5ac8f2db368b3622 | [log] [tgz] |
|---|---|---|
| author | Ivan Lozano <ivanlozano@google.com> | Fri Jan 10 19:03:09 2025 +0000 |
| committer | Ivan Lozano <ivanlozano@google.com> | Thu Jan 30 17:47:32 2025 +0000 |
| tree | 07558eb41bf16fad03941ddab8107810084feee4 | |
| parent | 6b8a1e969de64f004db928e08268a5c4d4f801eb [diff] |
Fix static linkage in bindgen bindings A bug in Soong was causing static libraries to propagate when they shouldn't have. Switch from static_libs to whole_static_libs to propagate these libraries as intended. And because they're included whole now, make sure to include necessary shared dependencies as well. Bug: 377932175 Test: m Change-Id: Id42ee6b3cdf691003cbb26362b092a34e4996dc5