OSDN Git Service

Use exported includes for libc++.
authorDan Albert <danalbert@google.com>
Wed, 23 Sep 2015 23:16:51 +0000 (16:16 -0700)
committerDan Albert <danalbert@google.com>
Thu, 24 Sep 2015 21:09:09 +0000 (14:09 -0700)
Change-Id: Ia5d9c857a43975448a8c2b489cc29be0fa67ddf6

core/cxx_stl_setup.mk

index bf492d5..be8a711 100644 (file)
@@ -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.