Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx."

This commit is contained in:
Martin Stjernholm
2021-05-27 09:24:55 +00:00
committed by Gerrit Code Review
3 changed files with 5 additions and 17 deletions

View File

@@ -171,7 +171,7 @@ func isModuleInConfiguredList(ctx android.BaseModuleContext, module android.Modu
// A platform variant is required but this is for an apex so ignore it.
return false
}
} else if !apexInfo.InApexVariantByBaseName(requiredApex) {
} else if !apexInfo.InApexVariant(requiredApex) {
// An apex variant for a specific apex is required but this is the wrong apex.
return false
}