Files
build_soong/cc
Jingwen Chen 45dec1072b bp2build: avoid adding deps on system_shared_libs temporarily.
At least until libc and libm builds, which are the common values in
system_shared_libs. We don't have a way to break the cycle of:

libstdc++.so (system_shared_libs) -> libc.so -> ...(whole_static_libs) -> libstdc++.a (system_shared_libs) -> []

because bp2build just sees it as:

libstdc++ (system_shared_libs) -> libc -> (whole_static_libs) -> libstdc++ (system_shared_libs) -> libc -> ...

therefore creating a cycle.

This CL punts the problem for now by ignoring system_shared_libs in the cc deps mutator, with a TODO.

Test: TH

Bug: b/186024507
Bug: b/186489250
Change-Id: Id4744593af39b7eb3b31418c8afaeeac99a0ab5f
2021-05-19 10:30:29 +00:00
..
2021-04-29 22:58:17 +09:00
2021-05-02 23:54:40 +00:00
2021-05-14 14:03:53 -07:00
2021-04-26 18:41:00 -07:00
2021-04-13 15:55:47 -07:00
2021-04-13 15:55:47 -07:00
2021-03-30 23:44:43 +01:00
2020-12-01 16:22:16 -08:00
2020-07-16 13:21:43 -07:00
2020-08-11 01:11:44 +00:00
2020-12-04 09:43:49 -08:00
2021-04-26 18:41:00 -07:00
2020-11-24 14:13:31 +09:00
2021-02-25 20:46:15 -08:00