diff options
author | Colin Cross <ccross@android.com> | 2020-11-24 16:01:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-11-24 16:01:35 +0000 |
commit | e5218b6be65ff20832318123d69a6730c02f15d1 (patch) | |
tree | 2da07186c340b0a043748e97a2e009602b4e7699 /java/java_test.go | |
parent | f503dc3ba139578743697ad696f1a909bbe61499 (diff) | |
parent | e9fe2949b887deba2b46b2a8c043f228a95e99e3 (diff) |
Merge "Annotate dependency tags for dependencies of installed files"
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/java_test.go b/java/java_test.go index 3ab228bd2..83db4433c 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -30,7 +30,6 @@ import ( "android/soong/android" "android/soong/cc" "android/soong/dexpreopt" - "android/soong/genrule" "android/soong/python" ) @@ -81,7 +80,6 @@ func testContext(config android.Config) *android.TestContext { RegisterSystemModulesBuildComponents(ctx) ctx.RegisterModuleType("java_plugin", PluginFactory) ctx.RegisterModuleType("filegroup", android.FileGroupFactory) - ctx.RegisterModuleType("genrule", genrule.GenRuleFactory) ctx.RegisterModuleType("python_binary_host", python.PythonBinaryHostFactory) RegisterDocsBuildComponents(ctx) RegisterStubsBuildComponents(ctx) |