diff options
Diffstat (limited to 'cc/testing.go')
-rw-r--r-- | cc/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/testing.go b/cc/testing.go index dbdee9edf..d1632aaa6 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -35,7 +35,6 @@ 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) |