Parallelize singleton execution
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
// make SOONG_GEN_COMPDB=1 nothing to get all targets.
|
||||
|
||||
func init() {
|
||||
android.RegisterSingletonType("compdb_generator", compDBGeneratorSingleton)
|
||||
android.RegisterParallelSingletonType("compdb_generator", compDBGeneratorSingleton)
|
||||
}
|
||||
|
||||
func compDBGeneratorSingleton() android.Singleton {
|
||||
|
Reference in New Issue
Block a user