Merge "Reland "Recognize libdl_android as a Bionic library"." am: d0738b3608
am: 6be9b91b79
Change-Id: Idc908df275aee07df0b664bc070a63d1e3a6ce8a
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -890,7 +890,7 @@ func (c *Module) ExportedDeps() android.Paths {
|
|||||||
|
|
||||||
func isBionic(name string) bool {
|
func isBionic(name string) bool {
|
||||||
switch name {
|
switch name {
|
||||||
case "libc", "libm", "libdl", "linker":
|
case "libc", "libm", "libdl", "libdl_android", "linker":
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Reference in New Issue
Block a user