platform_build_soong/linkerconfig
Colin Cross ae8600b507 Pass Config to NewTestContext instead of ctx.Register
Prepare for using Config when adding singletons by passing
Config to NewTestContext and NewContext instead of to ctx.Register.
This will enable a followup change to store SingletonMakeVarsProviders
registered on the Context in the Config, which is necessary to run
multiple tests in parallel without data races.

Test: all soong tests
Change-Id: Id229629a4e42ff4487d317241673837726c075fc
2020-11-12 10:07:49 -08:00
..
proto Add new properties in linker config format - provideLibs and requireLibs 2020-11-03 16:00:23 +09:00
Android.bp Handle new filetype 'linker_config' 2020-10-15 23:09:35 +09:00
linkerconfig.go Handle new filetype 'linker_config' 2020-10-15 23:09:35 +09:00
linkerconfig_test.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00