apex: Remove host support
Since we no longer support "zip" APEX, we don't need "host" support. For example, we don't need go/python binary support. Bug: 279835185 Test: m Change-Id: I6e8d2b205e42662f31866dc9ac7507524effd144
This commit is contained in:
@@ -958,11 +958,6 @@ func (a *apexBundle) buildApexDependencyInfo(ctx android.ModuleContext) {
|
||||
return
|
||||
}
|
||||
|
||||
if ctx.Host() {
|
||||
// No need to generate dependency info for host variant
|
||||
return
|
||||
}
|
||||
|
||||
depInfos := android.DepNameToDepInfoMap{}
|
||||
a.WalkPayloadDeps(ctx, func(ctx android.ModuleContext, from blueprint.Module, to android.ApexModule, externalDep bool) bool {
|
||||
if from.Name() == to.Name() {
|
||||
|
Reference in New Issue
Block a user