diff options
Diffstat (limited to 'apex/key.go')
-rw-r--r-- | apex/key.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/key.go b/apex/key.go index 0a7e80f8f..3010d76be 100644 --- a/apex/key.go +++ b/apex/key.go @@ -33,7 +33,7 @@ func init() { func registerApexKeyBuildComponents(ctx android.RegistrationContext) { ctx.RegisterModuleType("apex_key", ApexKeyFactory) - ctx.RegisterSingletonType("apex_keys_text", apexKeysTextFactory) + ctx.RegisterParallelSingletonType("apex_keys_text", apexKeysTextFactory) } type apexKey struct { |