summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove unused entries from LOCAL_SRC_FILESandroid-n-preview-1Dan Willemsen2016-01-251-2/+0
* Remove conditional of TARGET_BUILD_APPS.Ying Wang2015-12-131-5/+0
* Update for new libc++ revision.Dan Albert2015-10-201-30/+33
* Move test invocation into a python script.Dan Albert2015-10-141-52/+3
* Export libc++abi from the static libs too.Dan Albert2015-09-241-2/+2
* Clean up Android.mk.Dan Albert2015-09-241-1/+4
* Build and test with C++14.android-m-preview-2Dan Albert2015-08-071-1/+1
* Revert "Revert "Hide symbols from the unwinder.""Dan Albert2015-06-231-0/+1
* Revert "Hide symbols from the unwinder."android-m-preview-1Bart Sears2015-06-231-1/+0
* Hide symbols from the unwinder.Dan Albert2015-06-221-0/+1
* Use libgcc unwinder for non-ARM targets.Dan Albert2015-04-141-5/+0
* Drop compiler-rt from WHOLE_STATIC_LIBRARIES.android-wear-5.1.1_r1android-wear-5.1.0_r1Dan Albert2015-04-011-6/+1
* Manually link unwinder.Dan Albert2015-03-311-2/+6
* Clean up some redundant link flags.Dan Albert2015-03-031-2/+1
* Revert "Add the NDK's libc++ library to the build."Dan Albert2015-02-181-23/+0
* Add the NDK's libc++ library to the build.Dan Albert2015-02-171-0/+23
* Makefile cleanup.Dan Albert2015-02-171-7/+0
* Make it easier to run test variants.Dan Albert2015-01-071-4/+45
* am b82dd133: Explictly name static libraries.Dan Albert2014-09-291-4/+4
|\
| * Explictly name static libraries.Dan Albert2014-09-261-4/+4
* | am c4ecec13: Use the build system\'s STL selection.Dan Albert2014-09-191-1/+4
|\|
| * Use the build system's STL selection.Dan Albert2014-09-171-1/+4
* | am b1300bde: Exclude only modules with prebuilt in prebuilts/sdk.Ying Wang2014-08-081-3/+3
|\ \ | |/ |/|
| * Exclude only modules with prebuilt in prebuilts/sdk.Ying Wang2014-08-071-3/+3
| * Remove MIPS workaround for shared text relocations.Stephen Hines2014-07-251-9/+0
| * Clean up some bionic compatibility cruft.Dan Albert2014-07-111-1/+0
* | Add support for LIT to Android.mk.Dan Albert2014-07-251-0/+12
* | Remove MIPS workaround for shared text relocations.Stephen Hines2014-07-241-9/+0
* | Clean up some bionic compatibility cruft.Dan Albert2014-07-101-1/+0
|/
* Switch to using libc++abi for all platforms.Dan Albert2014-07-021-10/+8
* Build host with multilib both enabled.Ian Rogers2014-06-051-0/+2
* Adds compiler-rt to target buildsDan Albert2014-05-241-2/+2
* Whoops. Typo.Dan Albert2014-05-231-1/+1
* Adds static lib targets to libc++Dan Albert2014-05-231-6/+33
* Exports symbols from libcxxrtDan Albert2014-05-221-4/+3
* libcxxrt moved cxxabi.h from src/ into include/Dan Albert2014-05-161-2/+2
* Exports all symbols from libcompiler_rtDan Albert2014-05-121-2/+3
* Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mkBrian Carlstrom2014-05-091-0/+2
* Switches ABI from libc++abi to libcxxrtDan Albert2014-05-091-6/+8
* Enables RTTI (required by many tests)Dan Albert2014-05-061-0/+2
* Switch from libcxxabi -> libc++abi.Stephen Hines2014-05-051-2/+2
* Removes unintended dependencies on libgcc/libstdc++Dan Albert2014-05-051-4/+6
* Disable linker warnings on MIPS builds to work around relocation issue.Stephen Hines2014-04-301-3/+9
* Don't build libc++ for unbundled projects.Stephen Hines2014-04-251-0/+5
* Add Darwin-specific fixes for host libc++.Tim Murray2014-04-211-1/+11
* Fixes build on arm64Dan Albert2014-04-161-1/+1
* Disables building of libcxx on mips targetsDan Albert2014-04-161-0/+3
* Fixes libdl link errors on x86 and mips32Dan Albert2014-04-161-0/+5
* Get libc++ building for AndroidDan Albert2014-04-151-0/+71