commit | 880f05f4f28df672eb4ff4ce6b7735480deb13ae | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Sep 24 21:38:21 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 24 21:38:21 2015 +0000 |
tree | 8fa94d7e5c35fc023e3738e10324bcd5204de70d | |
parent | aeaa0f5c580356c0d74dd11e00fb29ae67d97f2b [diff] | |
parent | eb3e3fa5dab490428290fd6485e6c51d2df42b5c [diff] |
Merge "Use exported includes for libc++."
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.