Merge "Revert submission of topic 'libdl_android-in-apex'" am: 3980ced987
am: 6d01bf3b82
Change-Id: I1498c12778ab64d311b3cd91cfb72af403df6b1c
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -892,7 +892,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", "libdl_android", "linker":
|
case "libc", "libm", "libdl", "linker":
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Reference in New Issue
Block a user