Merge "Reland "Prevent statically linking to a lib providing stable C APIs""

This commit is contained in:
Jiyong Park
2020-05-19 02:21:54 +00:00
committed by Gerrit Code Review
3 changed files with 85 additions and 0 deletions

View File

@@ -2881,6 +2881,9 @@ func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Modu
return false
}
}
} else if ctx.OtherModuleDependencyTag(dep) == llndkImplDep {
// We don't track beyond LLNDK
return false
}
return true
}