Merge "Reland "Recognize libdl_android as a Bionic library"."
am: d0738b3608
Change-Id: I16d4c30e5730f631450479f187087cfba6d3e513
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