Revert submission of topic 'libdl_android-in-apex'
Reason for revert: broke numerous major apps in app compat testing Bug: 144100240 Change-Id: I4b43b92963815dfd95a221fb3f560505e9799950
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", "libdl_android", "linker":
|
case "libc", "libm", "libdl", "linker":
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Reference in New Issue
Block a user