diff options
author | Colin Cross <ccross@android.com> | 2020-11-16 23:11:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-11-16 23:11:10 +0000 |
commit | f15c0558bfdd87b2b04f6f074142bd9b35ee1011 (patch) | |
tree | 3cffc766909404fcfdd1717adf6e982537f1e44b /java/java_test.go | |
parent | bc1f77e59017ee55fbdaff0d0d8f5cd82d85b47d (diff) | |
parent | 62a0cfd05460d0e760ce9133690e48861bb57eee (diff) |
Merge changes Ic22603a5,I5330b571
* changes:
Annotate dependency tags for dependencies of installed files
Use the the preferred architecture symlink as the tool path if it exists
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 4594b8111..7f5198211 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -29,7 +29,6 @@ import ( "android/soong/android" "android/soong/cc" "android/soong/dexpreopt" - "android/soong/genrule" "android/soong/python" ) @@ -80,7 +79,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) |