Merge "Recognize libdl_android as a Bionic library."

am: 4945e7853e

Change-Id: Ic4caea680fb38508ca6124a3e19779dfcb47b7be
This commit is contained in:
Martin Stjernholm
2019-11-07 03:10:14 -08:00
committed by android-build-merger

View File

@@ -877,7 +877,7 @@ func (c *Module) ExportedFlags() []string {
func isBionic(name string) bool {
switch name {
case "libc", "libm", "libdl", "linker":
case "libc", "libm", "libdl", "libdl_android", "linker":
return true
}
return false