Revert^4 "add rust_toolchain_rustc_prebuilt module type"

930fd8bfb1

Change-Id: Id3f3a66022a496aab7db93670a7bdf8507384875
This commit is contained in:
Sam Delmerico
2023-09-25 12:13:17 +00:00
parent 40c7bae1df
commit f2b16069bb
4 changed files with 61 additions and 13 deletions

View File

@@ -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)