commit | 7311298855984643c43f142bd57e454cbea2b6f9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 02 13:02:14 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 02 13:02:14 2024 +0000 |
tree | e2e9287600a34b88783cca0c2f2fccacb7fa4b60 | |
parent | 5bee2a83523d0fe1561752814e169f6f4e774421 [diff] | |
parent | bac7e69704e7bdf342c710522991cc7a8f534ee3 [diff] |
Merge "Remove dead workaround." into main
diff --git a/libc/Android.bp b/libc/Android.bp index a2d2e0c..80b24b4 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -87,10 +87,6 @@ recovery_available: true, native_bridge_supported: true, - // lld complains about duplicate symbols in libcrt and libgcc. Suppress the - // warning since this is intended right now. - ldflags: ["-Wl,-z,muldefs"], - product_variables: { malloc_zero_contents: { cflags: ["-DSCUDO_ZERO_CONTENTS"],