Merge "Remove InstallBypassMake and ToMakePath"

This commit is contained in:
Treehugger Robot
2021-12-17 06:15:16 +00:00
committed by Gerrit Code Review
38 changed files with 72 additions and 129 deletions

View File

@@ -458,10 +458,6 @@ type apexBundle struct {
modulePaths []string
}
func (*apexBundle) InstallBypassMake() bool {
return true
}
// apexFileClass represents a type of file that can be included in APEX.
type apexFileClass int