Remove -nostdlib am: 58c98b1493 am: 2f060ec263 am: 0a6e98781d
am: b717652f6e

Change-Id: Id21ac2849c6228b3ac6d315b7538774d03300bd0
diff --git a/Android.bp b/Android.bp
index 9fabe3c..d112d6b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -398,10 +398,6 @@
     },
 
     target: {
-        linux_glibc: {
-            // Remove dependencies on libgcc
-            ldflags: ["-nostdlib"],
-        },
         linux_bionic: {
             enabled: true,
         },