Merge "Remove InstallBypassMake and ToMakePath" am: f1228f570a am: a9f335cf5a am: fd865c6688 am: 8ef2179a6e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1889722

Change-Id: If49c894804c5ca0dfd197ca848ff1c9ac79556f4
This commit is contained in:
Treehugger Robot
2021-12-17 07:36:53 +00:00
committed by Automerger Merge Worker
38 changed files with 72 additions and 129 deletions

View File

@@ -111,8 +111,6 @@ func (a *AndroidAppImport) IsInstallable() bool {
return true
}
func (a *AndroidAppImport) InstallBypassMake() bool { return true }
// Updates properties with variant-specific values.
func (a *AndroidAppImport) processVariants(ctx android.LoadHookContext) {
config := ctx.Config()