Merge "Reland "Recognize libdl_android as a Bionic library"." am: d0738b3608

am: 6be9b91b79

Change-Id: Idc908df275aee07df0b664bc070a63d1e3a6ce8a
This commit is contained in:
Martin Stjernholm
2019-11-21 08:36:52 -08:00
committed by android-build-merger

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