summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-18
Commit message (Collapse)AuthorAgeFilesLines
* Add mips libr6Andrew Hsieh2014-12-2324-0/+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-263-6/+6
| | | | | | http://www.llvm.org/bugs/show_bug.cgi?id=20958 Change-Id: Ia95fadd264c0401f5625c69e3688c14131970a8e
* Move 64-bit headers/libs to android-21Andrew Hsieh2014-10-083-3/+3
| | | | | | | | | | | | | 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
* Fix math.h and x86's ptrace*; Remove machine/limits.h from 64-bit archsAndrew Hsieh2014-04-235-16/+89
| | | | Change-Id: Ia26160d26b3b5aec2b26ff2e79955f49b107f833
* Refresh prebuilts/ndk/9 to r9d+Andrew Hsieh2014-03-1050-1/+201
| | | | Change-Id: I307e1af61e046a2598ae0cc68862635e783a549f
* Merge "Refresh headers to NDK r9c+"Andrew Hsieh2014-02-0648-126/+852
|\
| * Refresh headers to NDK r9c+Andrew Hsieh2014-02-0548-126/+852
| | | | | | | | Change-Id: I33c5205492e0e8932450658b8f33aa16d63c56c0
* | Add platforms headers/libs for mips64Andrew Hsieh2014-02-061-0/+1
|/ | | | | | | | | | | | Also 1) update some headers in arm64/x86_64 2) add crtbegin_dynamic.o for x86_64 missing from last time 3) add symlink to android-19/arch-mips64 for other levels 4) refresh stlport mainly to account for the fact that sizeof(long double)==16 since https://android-review.googlesource.com/#/c/81133/ Change-Id: I5ea68cb8f17304682fc1d3ac7a27367d2c9a6daa
* Merge "Fixed apparent copy/paste mistake Bug: 11634378"Andrew Hsieh2014-02-053-3/+3
|\
| * Fixed apparent copy/paste mistakeDavid Friedman2014-02-043-3/+3
| | | | | | | | | | | | Bug: 11634378 Change-Id: I77933e690e377d4704831f1142de8d6b44053327
* | Add symlinks of 64bit platforms to lower API levels.Ying Wang2014-01-302-0/+2
|/ | | | | | | | This works around the fact that we don't have 64bit platforms for API levels lower than 19. Bug: 11654773 Change-Id: I50030d52441e1dcb33ad8cbd072c03641940abdd
* Refresh prebuilts/ndk/9/platforms with r9b+, part 1/2Andrew Hsieh2013-11-11126-997/+3652
| | | | | | Part 1: modify the existing API level Change-Id: Ib14a58f8c1d52d7e5ec95a2f3d64077046c6c0fe
* Refresh arch-x86/usr/lib/crt*o with ones built from C codeAndrew Hsieh2013-09-123-0/+0
| | | | | | | | | | | | | | Previous ones were built from assembly code with hack to iterate all eh frames and record ranges. Since 20c4a3a8eee5ca8c87ae377732f541baffce1fda X86's crt*o in platform are compiled from C code w/o the hack, and stop depending on __deregister_frame_info_bases. Refreshing prebuilts/ndk's crt*o to be consistent with platform's, otherwise when linking unbundled lib you may get linker warning reads: hidden symbol '__deregister_frame_info_bases' in libgcc.a(unwind-dw2-fde-dip.o) is referenced by DSO out/target/product/generic_x86/obj/lib/libexpat.so Change-Id: If9015db058bf18416f2c2093dbde25ebcfbf3e58
* Add NDK r9 part 1/2: platforms/Andrew Hsieh2013-09-062478-0/+258453
Change-Id: Ie572e90ffda7f982d931dda1a9f5a0c68953a762