summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-16 21:39:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-16 21:39:06 +0000
commit5e2ad74d8dac9d0dd36fe2513aed34f2e3b007d9 (patch)
tree8c935b129603c3b69f38f6855fe20ca73f6d738f
parent2a269419dceb1c071c5c5ef5c13fbee6040a20dc (diff)
parent1894928715e7182e498208a06fc83a42725e59b8 (diff)
downloadexternal_libcxx-5e2ad74d8dac9d0dd36fe2513aed34f2e3b007d9.tar.gz
external_libcxx-5e2ad74d8dac9d0dd36fe2513aed34f2e3b007d9.tar.bz2
external_libcxx-5e2ad74d8dac9d0dd36fe2513aed34f2e3b007d9.zip
Merge "Fix for libcxx.mk"
-rw-r--r--libcxx.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/libcxx.mk b/libcxx.mk
index 1ca8be23a..1cd287385 100644
--- a/libcxx.mk
+++ b/libcxx.mk
@@ -16,13 +16,9 @@
# To use libc++, "include external/libcxx/libcxx.mk" in your target.
-# We put the STL libraries in front of any user libraries, but we need to
-# keep the RTTI stuff in abi/cpp/include in front of our STL headers.
LOCAL_C_INCLUDES := \
- $(filter abi/cpp/include,$(LOCAL_C_INCLUDES)) \
external/libcxx/include \
- bionic \
- bionic/libstdc++/include \
- $(filter-out abi/cpp/include,$(LOCAL_C_INCLUDES))
+ external/libcxxrt/include \
+ $(LOCAL_C_INCLUDES) \
LOCAL_SHARED_LIBRARIES += libc++