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

This commit is contained in:
Jiyong Park
2020-05-08 08:11:24 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 78 deletions

View File

@@ -2862,9 +2862,6 @@ 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
}