aboutsummaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-11-30 13:23:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-30 13:23:50 +0000
commita67ff601d98025ed11008590c2f9e79df9eafb9f (patch)
treeef8f5cbcb42d13bd3b30319435df8e875d88674a /java/java.go
parent5e95589fe9b53328ae2ec70be5970efb08894788 (diff)
parent620680516d86c72e85ce05de104849bd48e8f9af (diff)
Merge "Remove redundant setting of DistFiles by java.Library"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/java.go b/java/java.go
index 42fb95574..8738e00cf 100644
--- a/java/java.go
+++ b/java/java.go
@@ -456,8 +456,6 @@ type Module struct {
// list of the xref extraction files
kytheFiles android.Paths
- distFiles android.TaggedDistFiles
-
// Collect the module directory for IDE info in java/jdeps.go.
modulePaths []string
@@ -2114,8 +2112,6 @@ func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) {
if lib := proptools.String(j.usesLibraryProperties.Provides_uses_lib); lib != "" {
j.classLoaderContexts.AddContext(ctx, lib, j.DexJarBuildPath(), j.DexJarInstallPath())
}
-
- j.distFiles = j.GenerateTaggedDistFiles(ctx)
}
func (j *Library) DepsMutator(ctx android.BottomUpMutatorContext) {