diff options
Diffstat (limited to 'linker/Android.bp')
-rw-r--r-- | linker/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linker/Android.bp b/linker/Android.bp index 5e7a921a4..bdb7c178a 100644 --- a/linker/Android.bp +++ b/linker/Android.bp @@ -177,11 +177,6 @@ cc_defaults { "-Wextra", "-Wunused", "-Werror", - - // Define _USING_LIBCXX so <stdatomic.h> defers to the <atomic> header. When a Soong module - // uses the platform libc++, Soong automatically passes this macro, but the dynamic linker - // links against libc++ manually. - "-D_USING_LIBCXX", ], // TODO: split out the asflags. |