summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-12-11 15:09:25 -0800
committerDan Albert <danalbert@google.com>2018-12-12 19:27:11 +0000
commit34144feb8204c8e2b27aa6e0671962957cb1261f (patch)
tree7bb76a641810f30422bf308d41a78d9994c344b3
parentb5f21ba0d7ab42e67d67940b294fc9d602249871 (diff)
downloadexternal_libcxx-34144feb8204c8e2b27aa6e0671962957cb1261f.tar.gz
external_libcxx-34144feb8204c8e2b27aa6e0671962957cb1261f.tar.bz2
external_libcxx-34144feb8204c8e2b27aa6e0671962957cb1261f.zip
Get new/delete from libc++.ndk-r19cndk-r19bndk-r19
This is what we do in the platform, and libc++abi isn't properly configured to provide definitions for aligned new/delete. Test: ndk/checkbuild.py && ndk/run_tests.py Bug: https://github.com/android-ndk/ndk/issues/869 Change-Id: I92e54d1cd0f1605e3eb8e4698ab064a5be28116c (cherry picked from commit 044186190ed5a6a2f7a25c5fff971201135f5946)
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 06d2d8782..b2b9615f7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -67,7 +67,6 @@ libcxx_cxxflags := \
-std=c++1z \
-DLIBCXX_BUILDING_LIBCXXABI \
-D_LIBCPP_BUILDING_LIBRARY \
- -D_LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS \
-D__STDC_FORMAT_MACROS \
$(libcxx_export_cxxflags) \