Don't tell make about modules in other namespaces am: 7b6af23db6
Change-Id: I07899dd7d142aa490e026046f6ebae0001946da2
This commit is contained in:
commit
288145a65a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue