commit | 297f979e8fc2b37345c3de467f7143961685686c | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Nov 16 23:40:40 2022 -0800 |
committer | Patrick Rohr <prohr@google.com> | Thu Nov 17 07:05:47 2022 -0800 |
tree | 074595f429e7b8ad9f8f55b135a7dd5bd742c40c | |
parent | f1004372e608527ff4e8dbe1740a762370561497 [diff] |
gn2bp: collect linker unit deps per target Both transitive static libraries and LINKER_UNIT_TYPES dependencies need to be stored separately for every target as they could differ. In reality, only static deps differ right now. I am not a big fan of how transitive_static_libs_deps are handled in this CL; maybe we can come up with a more readable solution. Test: //components/cronet/android:cronet Change-Id: Ia4ad8e264b1243b7dd5d58a26543ee78206f9c79