aboutsummaryrefslogtreecommitdiff
path: root/android/gen_notice.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/gen_notice.go')
-rw-r--r--android/gen_notice.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gen_notice.go b/android/gen_notice.go
index 091345b9f..1acc638e8 100644
--- a/android/gen_notice.go
+++ b/android/gen_notice.go
@@ -28,7 +28,7 @@ func init() {
// Register the gen_notice module type.
func RegisterGenNoticeBuildComponents(ctx RegistrationContext) {
- ctx.RegisterSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory)
+ ctx.RegisterParallelSingletonType("gen_notice_build_rules", GenNoticeBuildRulesFactory)
ctx.RegisterModuleType("gen_notice", GenNoticeFactory)
}