commit | eb3e3fa5dab490428290fd6485e6c51d2df42b5c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Sep 23 16:16:51 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Sep 24 14:09:09 2015 -0700 |
tree | c433335f1a3689c65a7459cbf233d614de197d93 | |
parent | 87e0e8a7642bd1f5bfdb7b8313df60a77119690a [diff] |
Use exported includes for libc++. Change-Id: Ia5d9c857a43975448a8c2b489cc29be0fa67ddf6
diff --git a/core/cxx_stl_setup.mk b/core/cxx_stl_setup.mk index bf492d5..be8a711 100644 --- a/core/cxx_stl_setup.mk +++ b/core/cxx_stl_setup.mk
@@ -72,7 +72,6 @@ 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.