Merge "Remove setting _USING_LIBCXX" am: e12019c434 am: 792234ac98

am: 7f0d0bef68

Change-Id: I7807cab7aa19692303074a6c7869205773cd9e3a
This commit is contained in:
Tom Cherry
2019-08-27 08:31:22 -07:00
committed by android-build-merger

View File

@@ -207,8 +207,6 @@ func (stl *stl) deps(ctx BaseModuleContext, deps Deps) Deps {
func (stl *stl) flags(ctx ModuleContext, flags Flags) Flags {
switch stl.Properties.SelectedStl {
case "libc++", "libc++_static":
flags.CFlags = append(flags.CFlags, "-D_USING_LIBCXX")
if ctx.Darwin() {
// libc++'s headers are annotated with availability macros that
// indicate which version of Mac OS was the first to ship with a