diff options
Diffstat (limited to 'provenance')
-rw-r--r-- | provenance/provenance_singleton.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provenance/provenance_singleton.go b/provenance/provenance_singleton.go index fbb6212ff..5d27c0cf4 100644 --- a/provenance/provenance_singleton.go +++ b/provenance/provenance_singleton.go @@ -51,7 +51,7 @@ func init() { } func RegisterProvenanceSingleton(ctx android.RegistrationContext) { - ctx.RegisterSingletonType("provenance_metadata_singleton", provenanceInfoSingletonFactory) + ctx.RegisterParallelSingletonType("provenance_metadata_singleton", provenanceInfoSingletonFactory) } var PrepareForTestWithProvenanceSingleton = android.FixtureRegisterWithContext(RegisterProvenanceSingleton) |