commit | 1d9a4cbce90e3dfb28341860a075816076170ceb | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Mar 27 20:32:46 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 27 20:32:46 2019 +0000 |
tree | 33b3aa2c34a29226a84a8eb6ac9d7211a7be01da | |
parent | e7ee0731c331f4d2dbcc48a683260091c20665c4 [diff] | |
parent | efd25a0fd7b54bace96dd4fef7e1ea4060ec1f40 [diff] |
Merge "Move x86 and x86_64 libc to use libcrt"
diff --git a/libc/Android.bp b/libc/Android.bp index a27b1ce..182e8f7 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -77,14 +77,6 @@ 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"],