diff options
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/java.go b/java/java.go index 91c4d6dfc..c6fa663ff 100644 --- a/java/java.go +++ b/java/java.go @@ -2612,10 +2612,6 @@ func (a *Import) JacocoReportClassesFile() android.Path { return nil } -func (j *Import) LintDepSets() LintDepSets { - return LintDepSets{} -} - func (j *Import) getStrictUpdatabilityLinting() bool { return false } @@ -3098,10 +3094,6 @@ func (a *DexImport) JacocoReportClassesFile() android.Path { return nil } -func (a *DexImport) LintDepSets() LintDepSets { - return LintDepSets{} -} - func (j *DexImport) IsInstallable() bool { return true } |