summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-21/arch-arm64
Commit message (Collapse)AuthorAgeFilesLines
* Add mips libr6Andrew Hsieh2014-12-231-34/+0
| | | | | | Also remove redundant files Change-Id: I77ffd9db63b938904df3a1f3871518b087c1735a
* Update __builtin_isnan() WAR to be >= 3.7, since this is still not fixed.Stephen Hines2014-11-261-1/+1
| | | | | | http://www.llvm.org/bugs/show_bug.cgi?id=20958 Change-Id: Ia95fadd264c0401f5625c69e3688c14131970a8e
* Cherry-pick: Only use <atomic> for C++11 and newerAndrew Hsieh2014-10-301-1/+1
| | | | | | | See bionic 3ce0769aa5f9a991af1d167f730d987dd002253c BUG=17736764 Change-Id: I275c2db726778e4f403a08e670b954ad0b607376
* Add real android-21 32-bit headers/libsAndrew Hsieh2014-10-2128-145/+160
| | | | | | Also corret __ANDROID_API__ in 64-bit android/api-level.h Change-Id: Ia7f82f07d70eebb2daa62e03c227091b74d05fb6
* Move 64-bit headers/libs to android-21Andrew Hsieh2014-10-08909-0/+114598
64-bit headers/libs hid in android-19, the highest API level when 64-bit started, and the actually number for L wasn't known then. Continue to symlink from other level to android-21, so projects build for both 32- and 64-bit don't need to set LOCAL_SDK_VERSION higher than necessary just to get 64-bit headers/libs, and risk unintended use of new APIs BUG=17885653 Change-Id: I0edef2a624c71b2b2365d5660b4f221303ce15e5