diff options
Diffstat (limited to 'testing/init.go')
-rw-r--r-- | testing/init.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/init.go b/testing/init.go index 206b4306f..edcbf59b4 100644 --- a/testing/init.go +++ b/testing/init.go @@ -28,6 +28,8 @@ func init() { } func RegisterBuildComponents(ctx android.RegistrationContext) { + ctx.RegisterModuleType("code_metadata", CodeMetadataFactory) ctx.RegisterModuleType("test_spec", TestSpecFactory) + ctx.RegisterParallelSingletonType("all_code_metadata", AllCodeMetadataFactory) ctx.RegisterParallelSingletonType("all_test_specs", AllTestSpecsFactory) } |