Merge "Avoid creating APEX variant for sdk member"
This commit is contained in:
@@ -704,7 +704,7 @@ func apexDepsMutator(mctx android.TopDownMutatorContext) {
|
||||
if !ok || !am.CanHaveApexVariants() {
|
||||
return false
|
||||
}
|
||||
if !parent.(android.DepIsInSameApex).DepIsInSameApex(mctx, child) && !inAnySdk(child) {
|
||||
if !parent.(android.DepIsInSameApex).DepIsInSameApex(mctx, child) {
|
||||
return false
|
||||
}
|
||||
if excludeVndkLibs {
|
||||
|
Reference in New Issue
Block a user