release-request-b4bc7b84-64b6-4176-8f16-ce17068fad13-for-git_pi-release-4370135 snap-temp-L93500000107644030

Change-Id: Iaa6da1dd5abe87670ac1eedfef261606658fe3b8
diff --git a/Android.bp b/Android.bp
index 8e39004..bbebc33 100644
--- a/Android.bp
+++ b/Android.bp
@@ -403,19 +403,12 @@
     },
 
     target: {
-        android: {
-            shared_libs: ["libdl"],
-        },
-        linux: {
+        linux_glibc: {
+            // Remove dependencies on libgcc
             ldflags: ["-nostdlib"],
-            host_ldlibs: [
-                "-lc",
-                "-lpthread",
-            ],
         },
         linux_bionic: {
             enabled: true,
-            shared_libs: ["libdl"],
         },
     },