Merge "Revert submission of topic 'libdl_android-in-apex'"

This commit is contained in:
Martin Stjernholm
2019-11-08 11:51:39 +00:00
committed by Gerrit Code Review

View File

@@ -892,7 +892,7 @@ func (c *Module) ExportedDeps() android.Paths {
func isBionic(name string) bool {
switch name {
case "libc", "libm", "libdl", "libdl_android", "linker":
case "libc", "libm", "libdl", "linker":
return true
}
return false