summaryrefslogtreecommitdiff
path: root/android/plugin.go
diff options
context:
space:
mode:
author LaMont Jones <lamontjones@google.com> 2023-05-22 19:06:56 +0000
committer LaMont Jones <lamontjones@google.com> 2023-05-23 17:57:00 +0000
commit9b44c2a7254d4495a58491f6f37a5a634e10000f (patch)
treed051ea339efa00ee9cb9b45dac86fd8e0ee2a51b /android/plugin.go
parent1befe407a1bca6fa04b5f19c7dfcb58699573b77 (diff)
Run "plugins" singleton in parallel with the rest.
This completes the changes in aosp/q/topic:"parallel-singletons". (cherry picked from commit 30bf7fe32d0ba644cd181645fab3c714a9a11b2f) Bug: 281536768 Test: manual, presubmits Change-Id: I6529e957fbcca6c18441f823a00061db7556e303
Diffstat (limited to 'android/plugin.go')
-rw-r--r--android/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/plugin.go b/android/plugin.go
index c9d1338f8..4672453ee 100644
--- a/android/plugin.go
+++ b/android/plugin.go
@@ -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