aboutsummaryrefslogtreecommitdiff
path: root/core/cxx_stl_setup.mk
AgeCommit message (Expand)Author
2021-03-31Revert^2 "Switch platform-NDK unwinder to LLVM libunwind.a prebuilt"Ryan Prichard
2021-03-31Revert "Switch platform-NDK unwinder to LLVM libunwind.a prebuilt"Ryan Prichard
2021-03-22Switch platform-NDK unwinder to LLVM libunwind.a prebuiltRyan Prichard
2021-01-13Switch platform EH unwinder to prebuilt LLVM libunwindRyan Prichard
2020-01-10Update make build system for dynamic unwinder.Peter Collingbourne
2019-10-24Stop linking libdl.a into static binsRyan Prichard
2019-10-03Use -nostdlib++ instead of -nodefaultlibsColin Cross
2019-08-27Merge "Remove setting _USING_LIBCXX"Tom Cherry
2019-08-13Link libc++demangle with libc++ for the device.Dan Albert
2019-08-07Remove setting _USING_LIBCXXTom Cherry
2019-02-05Remove support for building Windows modules in MakeDan Willemsen
2018-11-29Use libucrt instead of libmsvcr110Pirama Arumuga Nainar
2018-09-25Change STL for Windows to libc++.Pirama Arumuga Nainar
2018-01-11Disable availability macros in libc++ on Darwin.Dan Albert
2017-09-26Add -lm to the default libs for Linux & DarwinDan Willemsen
2017-06-27Add libdl.so to the list of system shared libsDimitry Ivanov
2016-09-13Fix building static linux binariesDan Willemsen
2016-06-15Forbid libstdc++ on Linux and DarwinDan Willemsen
2016-03-17Remove support for device libstdc++ as stlColin Cross
2016-03-08Fix C++ on DarwinDan Willemsen
2015-12-09Add support for LOCAL_NDK_STL_VARIANT := none.Dan Albert
2015-09-24Use exported includes for libc++.Dan Albert
2015-09-11Fix `LOCAL_CXX_STL := none` for Windows.Dan Albert
2015-09-09Add HOST_CROSS_OSDan Willemsen
2015-08-18Blacklist libc++ from windows host buildsDan Willemsen
2015-07-27Disallow LOCAL_CXX_STL with LOCAL_SDK_VERSION.Dan Albert
2015-06-23Revert "Revert "Hide unwinder symbols in each binary.""Dan Albert
2015-06-23Revert "Hide unwinder symbols in each binary."Bart Sears
2015-06-22Hide unwinder symbols in each binary.Dan Albert
2015-05-12Fix using libc++_static in dynamic binaries.Dan Albert
2015-05-06Merge "Disallow using stlport."Dan Albert
2015-05-06Disallow using stlport.Dan Albert
2015-05-06Cleanup libc++ configuration.Dan Albert
2015-05-04Select the correct target STL with USE_MINGW.Dan Albert
2015-04-14Don't use libunwindbacktrace for non-ARM.Dan Albert
2015-03-31Add unwinder linking to STL setup.Dan Albert
2015-03-19Static binaries with libc++ need libs c, m and dl.Dan Albert
2015-03-03Fix the mac build.Dan Albert
2015-03-03Catch more cases of static host executables.Dan Albert
2015-03-03(Hopefully) fix the Mac build.Dan Albert
2015-03-03Fix building static host executables.Dan Albert
2014-11-07Make libc++ the default STL.Dan Albert
2014-11-06Missed a dependency on pthreads.Dan Albert
2014-10-16Use libstc++ for the name of bionic's STL.Dan Albert
2014-10-16Never use stlport on the host.Dan Albert
2014-10-07Apply LOCAL_CXX_STL to also prebuilts.Ying Wang