diff options
Diffstat (limited to 'rust/testing.go')
-rw-r--r-- | rust/testing.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/testing.go b/rust/testing.go index 66877a907..001f322d8 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -17,7 +17,6 @@ package rust import ( "android/soong/android" "android/soong/cc" - "android/soong/genrule" ) func GatherRequiredDepsForTest() string { @@ -132,7 +131,6 @@ func CreateTestContext(config android.Config) *android.TestContext { android.RegisterPrebuiltMutators(ctx) ctx.PreArchMutators(android.RegisterDefaultsPreArchMutators) cc.RegisterRequiredBuildComponentsForTest(ctx) - ctx.RegisterModuleType("genrule", genrule.GenRuleFactory) ctx.RegisterModuleType("rust_binary", RustBinaryFactory) ctx.RegisterModuleType("rust_binary_host", RustBinaryHostFactory) ctx.RegisterModuleType("rust_bindgen", RustBindgenFactory) |