platform_build_soong/apex
Paul Duffin 77980a8bb9 Dedup registration for cc default test config
The cc.GatherRequiredDepsForTest() method returns some default module
definitions that are required when using cc module types like
cc_library. Previously, the registration of the module types and
mutators needed to process those default definitions was duplicated
in the test config initialization.

This change removes that duplicated code and replaces it with calls
to cc.RegisterRequiredBuildComponentsForTest(ctx) which registers all
the required build components.

Test: m checkbuild
Bug: 146540677
Change-Id: I80b6913c5691ff164ce9d308b9e1da24940f2d42
2019-12-19 19:19:40 +00:00
..
androidmk.go fix: LOCAL_PATH for modules included in APEX is wrong 2019-12-16 10:53:44 +09:00
apex.go Merge "Override package name for VNDK APEX" 2019-12-18 01:10:36 +00:00
apex_test.go Dedup registration for cc default test config 2019-12-19 19:19:40 +00:00
builder.go Remove apex_pubkey from the bundle module 2019-12-18 17:40:21 +00:00
key.go Introduce module type 'sdk' 2019-09-22 08:21:27 +09:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
prebuilt.go AndroidMkEntries() returns multiple AndroidMkEntries structs 2019-12-11 17:25:27 +09:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
vndk.go Override package name for VNDK APEX 2019-12-17 15:22:21 +00:00