Merge "Reland "Recognize libdl_android as a Bionic library"."

This commit is contained in:
Martin Stjernholm 2019-11-21 16:17:42 +00:00 committed by Gerrit Code Review
commit d0738b3608

View file

@ -890,7 +890,7 @@ func (c *Module) ExportedDeps() android.Paths {
func isBionic(name string) bool {
switch name {
case "libc", "libm", "libdl", "linker":
case "libc", "libm", "libdl", "libdl_android", "linker":
return true
}
return false