Merge "Reland "Recognize libdl_android as a Bionic library"."
This commit is contained in:
commit
d0738b3608
1 changed files with 1 additions and 1 deletions
2
cc/cc.go
2
cc/cc.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue