diff options
Diffstat (limited to 'cc/testing.go')
-rw-r--r-- | cc/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/testing.go b/cc/testing.go index d1632aaa6..dbdee9edf 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -35,6 +35,7 @@ func RegisterRequiredBuildComponentsForTest(ctx android.RegistrationContext) { multitree.RegisterApiImportsModule(ctx) + ctx.RegisterModuleType("prebuilt_build_tool", android.NewPrebuiltBuildTool) ctx.RegisterModuleType("cc_benchmark", BenchmarkFactory) ctx.RegisterModuleType("cc_object", ObjectFactory) ctx.RegisterModuleType("cc_genrule", GenRuleFactory) |