aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/soong_build
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/soong_build')
-rw-r--r--cmd/soong_build/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/soong_build/main.go b/cmd/soong_build/main.go
index c1999fe2..5c954a92 100644
--- a/cmd/soong_build/main.go
+++ b/cmd/soong_build/main.go
@@ -54,6 +54,7 @@ func main() {
ctx.RegisterEarlyMutator("link", cc.LinkageMutator)
// Singletons
+ ctx.RegisterSingletonType("checkbuild", common.CheckbuildSingleton)
configuration, err := config.New(srcDir)
if err != nil {