platform_build_soong/sdk
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
..
Android.bp Soong package structure refactoring 2020-06-01 13:44:48 -07:00
bp.go Handle property structs and BpPropertySets as values to AddProperty. 2020-09-25 00:33:04 +01:00
bp_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
cc_sdk_test.go Disable sanitizer flags and output files for sanitizer-enabled SDK members. 2020-10-29 00:26:24 +00:00
exports.go Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot 2019-12-31 15:08:59 +00:00
exports_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
java_sdk_test.go Remove support for droidstubs in sdk/module_exports 2020-11-10 13:55:17 +00:00
sdk.go Add prebuilt_visibility property 2020-10-02 10:59:41 +01:00
sdk_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
testing.go Pass Config to NewTestContext instead of ctx.Register 2020-11-12 10:07:49 -08:00
update.go Enable sdk and sdk members in os_arch granularity 2020-10-23 13:05:13 +09:00