summaryrefslogtreecommitdiff
path: root/cc/cmakelists.go
diff options
context:
space:
mode:
author LaMont Jones <lamontjones@google.com> 2023-05-16 00:58:37 +0000
committer LaMont Jones <lamontjones@google.com> 2023-05-19 20:31:32 +0000
commit0c10e4dcc027e341655e8eedc20bd77f9539a22b (patch)
tree84843d33683b21c94e695d2251b1fe20c58cb4fb /cc/cmakelists.go
parente59c0db5360b850b444c3bed9b92b0fd30b15e1e (diff)
Parallelize singleton execution
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
Diffstat (limited to 'cc/cmakelists.go')
-rw-r--r--cc/cmakelists.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cmakelists.go b/cc/cmakelists.go
index ad130baaa..0f3f02da5 100644
--- a/cc/cmakelists.go
+++ b/cc/cmakelists.go
@@ -29,7 +29,7 @@ import (
// structure (see variable CLionOutputProjectsDirectory for root).
func init() {
- android.RegisterSingletonType("cmakelists_generator", cMakeListsGeneratorSingleton)
+ android.RegisterParallelSingletonType("cmakelists_generator", cMakeListsGeneratorSingleton)
}
func cMakeListsGeneratorSingleton() android.Singleton {