Revert submission of topic 'libdl_android-in-apex'

Reason for revert: broke numerous major apps in app compat testing
Bug: 144100240

Change-Id: I4b43b92963815dfd95a221fb3f560505e9799950
diff --git a/cc/cc.go b/cc/cc.go
index db7f0f6..5dfc563 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -877,7 +877,7 @@
 
 func isBionic(name string) bool {
 	switch name {
-	case "libc", "libm", "libdl", "libdl_android", "linker":
+	case "libc", "libm", "libdl", "linker":
 		return true
 	}
 	return false