Run "plugins" singleton in parallel with the rest.

This completes the changes in aosp/q/topic:"parallel-singletons".

Ignore-AOSP-First: File only exists internally
Bug: 281536768
Test: manual, presubmits
Change-Id: I6529e957fbcca6c18441f823a00061db7556e303
This commit is contained in:
LaMont Jones 2023-05-22 19:06:56 +00:00
parent 6424f51323
commit 30bf7fe32d

View file

@ -29,7 +29,7 @@ func init() {
}
func RegisterPluginSingletonBuildComponents(ctx RegistrationContext) {
ctx.RegisterSingletonType("plugins", pluginSingletonFactory)
ctx.RegisterParallelSingletonType("plugins", pluginSingletonFactory)
}
// pluginSingleton is a singleton to handle allowlisting of the final Android-<product_name>.mk file