Files
build_soong/cc
Colin Cross fc3b064c9a Make toolchain more compose-y
Remove many of the overridden methods from toolchainBase in favor
of having smaller composable types.  toolchainNoCrt, toolchain32Bit
and toolchain64Bit now only provide a few methods and can be mixed
in to any toolchain type.  toolchainLinux, toolchainBionic,
toolchainWindows and toolchainDarwin now embed toolchainBase to provide
the default flags methods for when they don't override them.

This avoids the need for disambiguation methods required when a
type embeds two types that implement the same method.

Test: cc_test.go
Change-Id: I641da2a47aba597c517f693efedb65cf41273c82
2022-09-01 14:21:36 -07:00
..
2022-09-01 14:21:36 -07:00
2022-01-26 17:46:33 +08:00
2022-08-17 10:43:13 -07:00
2022-05-09 23:11:22 +01:00
2022-05-09 19:36:04 +01:00
2022-08-17 15:20:17 -07:00
2022-08-26 20:05:07 +00:00
2022-05-05 16:36:56 +01:00
2022-03-04 14:07:53 -08:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-05-05 16:36:56 +01:00
2022-08-10 10:12:18 +09:00
2022-08-31 18:06:21 +00:00
2022-06-24 13:45:32 +00:00
2021-04-26 18:41:00 -07:00
2021-07-21 20:37:46 -07:00
2021-07-19 11:42:32 +09:00
2021-06-10 05:22:50 +00:00
2020-11-24 14:13:31 +09:00
2022-08-10 04:12:32 +00:00
2022-06-13 23:58:12 +00:00
2022-04-25 16:00:17 -04:00
2022-02-24 10:29:18 +09:00
2022-07-29 17:54:40 +00:00