Merge "Recognize libdl_android as a Bionic library." am: 4945e7853e
am: ae79228766
Change-Id: I78a16c1b9d658013c14ce9713799d2624eb110af
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -877,7 +877,7 @@ func (c *Module) ExportedFlags() []string {
|
|||||||
|
|
||||||
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