Merge "Move x86 and x86_64 libc to use libcrt" am: 1d9a4cbce9

am: f0c71e24d7

Change-Id: Ib56b07f09440b6390112d694134725bc60c465a3
This commit is contained in:
Yi Kong 2019-03-27 13:42:52 -07:00 committed by android-build-merger
commit 9297758cf5

View file

@ -77,14 +77,6 @@ cc_defaults {
native_coverage: false,
recovery_available: true,
arch: {
x86: {
no_libcrt: true,
},
x86_64: {
no_libcrt: true,
},
},
// lld complains about duplicate symbols in libcrt and libgcc. Suppress the
// warning since this is intended right now.
ldflags: ["-Wl,-z,muldefs"],