diff options
Diffstat (limited to 'rust/project_json.go')
-rw-r--r-- | rust/project_json.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/project_json.go b/rust/project_json.go index fe259d6c2..40aa7c736 100644 --- a/rust/project_json.go +++ b/rust/project_json.go @@ -74,7 +74,7 @@ func rustProjectGeneratorSingleton() android.Singleton { } func init() { - android.RegisterSingletonType("rust_project_generator", rustProjectGeneratorSingleton) + android.RegisterParallelSingletonType("rust_project_generator", rustProjectGeneratorSingleton) } // sourceProviderVariantSource returns the path to the source file if this |