Merge "linker: Remove setting _USING_LIBCXX" am: a08626af27
am: f2b0491545
am: a126ec3e30
Change-Id: Id65fe3e0d045e579eb5eb66769b325b95c538fb6
This commit is contained in:
commit
67612d45a3
1 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue