Remove no_default_compiler_flags from crt*
no_default_compiler_flags is unnecessary and causes problems when
necessary flags like -no-canonical-prefixes are not passed.
Bug: 68719465
Test: m checkbuild
Change-Id: Ifdc68067eb3208b151b0a96820aa9a57b82db057
diff --git a/libc/Android.bp b/libc/Android.bp
index 27e90be..5791db0 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"],
}