Parallelize singleton execution
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
This commit is contained in:
@@ -26,7 +26,7 @@ func init() {
|
||||
}
|
||||
|
||||
func registerPlatformBootclasspathBuildComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterSingletonModuleType("platform_bootclasspath", platformBootclasspathFactory)
|
||||
ctx.RegisterParallelSingletonModuleType("platform_bootclasspath", platformBootclasspathFactory)
|
||||
}
|
||||
|
||||
// The tags used for the dependencies between the platform bootclasspath and any configured boot
|
||||
|
Reference in New Issue
Block a user