Remove setting _USING_LIBCXX

aosp/1086558 deprecated the need for this.

Test: build
Change-Id: I161258a8883a60dc46ba10fbd78be8f9413fa28b
This commit is contained in:
Tom Cherry 2019-08-07 13:20:04 -07:00
parent 3738f37e22
commit 65d3bc3f08

View file

@ -55,8 +55,6 @@ endif
my_cxx_ldlibs :=
ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
my_cflags += -D_USING_LIBCXX
ifeq ($($(my_prefix)OS),darwin)
# libc++'s headers are annotated with availability macros that indicate
# which version of Mac OS was the first to ship with a libc++ feature