Merge "linker: Remove setting _USING_LIBCXX" am: a08626af27 am: f2b0491545

am: a126ec3e30

Change-Id: Id65fe3e0d045e579eb5eb66769b325b95c538fb6
This commit is contained in:
Tom Cherry 2019-08-06 17:36:36 -07:00 committed by android-build-merger
commit 67612d45a3

View file

@ -177,11 +177,6 @@ cc_defaults {
"-Wextra", "-Wextra",
"-Wunused", "-Wunused",
"-Werror", "-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. // TODO: split out the asflags.