Parallelize singleton execution
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
This commit is contained in:
@@ -197,7 +197,7 @@ var pctx = android.NewPackageContext("android/soong/dexpreopt")
|
||||
|
||||
func init() {
|
||||
pctx.Import("android/soong/android")
|
||||
android.RegisterSingletonType("dexpreopt-soong-config", func() android.Singleton {
|
||||
android.RegisterParallelSingletonType("dexpreopt-soong-config", func() android.Singleton {
|
||||
return &globalSoongConfigSingleton{}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user