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 --- rust/rust.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rust/rust.go') diff --git a/rust/rust.go b/rust/rust.go index 300c0f57a..c2585f2a7 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -1312,10 +1312,6 @@ func (mod *Module) InstallInRecovery() bool { return mod.InRecovery() } -func (mod *Module) InstallBypassMake() bool { - return true -} - func linkPathFromFilePath(filepath android.Path) string { return strings.Split(filepath.String(), filepath.Base())[0] } -- cgit v1.2.3-59-g8ed1b