Parallelize singleton execution
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user