From c68db4b305b9186d8d9b4e83b298a33fa810d06b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 11 Nov 2021 18:59:15 -0800 Subject: Remove InstallBypassMake and ToMakePath InstallBypassMake and ToMakePath are obsolete, remove them. Bug: 204136549 Test: m checkbuild Change-Id: Ie5a6f7254b3d317ed6039e114ed6aec35e1ce273 --- java/java.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'java/java.go') diff --git a/java/java.go b/java/java.go index f77c694ba..35b5ec31b 100644 --- a/java/java.go +++ b/java/java.go @@ -267,8 +267,6 @@ func (j *Module) XrefJavaFiles() android.Paths { return j.kytheFiles } -func (j *Module) InstallBypassMake() bool { return true } - type dependencyTag struct { blueprint.BaseDependencyTag name string -- cgit v1.2.3-59-g8ed1b