summaryrefslogtreecommitdiff
path: root/android/plugin.go
diff options
context:
space:
mode:
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