aboutsummaryrefslogtreecommitdiff
path: root/cc/stub_library.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/stub_library.go')
-rw-r--r--cc/stub_library.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/stub_library.go b/cc/stub_library.go
index f324dcc9b..3a6d0aeaa 100644
--- a/cc/stub_library.go
+++ b/cc/stub_library.go
@@ -23,7 +23,7 @@ import (
func init() {
// Use singleton type to gather all generated soong modules.
- android.RegisterSingletonType("stublibraries", stubLibrariesSingleton)
+ android.RegisterParallelSingletonType("stublibraries", stubLibrariesSingleton)
}
type stubLibraries struct {