Don't tell make about modules in other namespaces am: 7b6af23db6

Change-Id: I07899dd7d142aa490e026046f6ebae0001946da2
This commit is contained in:
Dan Willemsen 2020-05-04 07:17:29 +00:00 committed by Automerger Merge Worker
commit 288145a65a

View file

@ -1041,7 +1041,7 @@ func sanitizerMutator(t sanitizerType) func(android.BottomUpMutatorContext) {
}
// Export the static lib name to make
if c.static() {
if c.static() && c.ExportedToMake() {
if t == cfi {
appendStringSync(c.Name(), cfiStaticLibs(mctx.Config()), &cfiStaticLibsMutex)
} else if t == hwasan {