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:
Yuexi Ma
2019-11-07 18:37:18 +00:00
parent f4ed8df84d
commit 31f36fbbd1

View File

@@ -877,7 +877,7 @@ func (c *Module) ExportedFlags() []string {
func isBionic(name string) bool {
switch name {
case "libc", "libm", "libdl", "libdl_android", "linker":
case "libc", "libm", "libdl", "linker":
return true
}
return false