diff options
Diffstat (limited to 'rust/rust.go')
| -rw-r--r-- | rust/rust.go | 4 | 
1 files changed, 0 insertions, 4 deletions
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]  }  |