Merge "Remove no_default_compiler_flags from crt*"
diff --git a/libc/Android.bp b/libc/Android.bp
index 0216b55..3ee0ee4 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1969,7 +1969,6 @@
     defaults: ["linux_bionic_supported"],
     vendor_available: true,
 
-    no_default_compiler_flags: true,
 
     cflags: ["-Wno-gcc-compat", "-Werror"],
 }