From eb3e3fa5dab490428290fd6485e6c51d2df42b5c Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 23 Sep 2015 16:16:51 -0700 Subject: [PATCH] Use exported includes for libc++. Change-Id: Ia5d9c857a43975448a8c2b489cc29be0fa67ddf6 --- core/cxx_stl_setup.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/core/cxx_stl_setup.mk b/core/cxx_stl_setup.mk index bf492d53d7..be8a711560 100644 --- a/core/cxx_stl_setup.mk +++ b/core/cxx_stl_setup.mk @@ -72,7 +72,6 @@ endif ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) my_cflags += -D_USING_LIBCXX - my_c_includes += external/libcxx/include # Note that the structure of this means that LOCAL_CXX_STL := libc++ will # use the static libc++ for static executables.