summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-19/arch-mips64/usr/lib
Commit message (Collapse)AuthorAgeFilesLines
* Move 64-bit headers/libs to android-21Andrew Hsieh2014-10-081-1/+0
| | | | | | | | | | | | | 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
* Refresh 64-bit headers/libs (WW25)Andrew Hsieh2014-06-2024-0/+1
| | | | | | | | | To bionic: 06366724d572ef005f5bc0ddd8ad46794cbfad3b Also refresh libc++ and its dependencies because 64-bit libc.so no longer expose _tolower_tab_ and _toupper_tab_ Change-Id: I684693cf10314351d0bbf4cad95497bece29294d
* Refresh 64-bit headers/libs (WW22)Andrew Hsieh2014-05-3022-0/+0
| | | | Change-Id: I86e0e36bd5296d4b0ce05e9a2e8aaa756b6733b2
* Refresh 64-bit headers/libs (WW21)Andrew Hsieh2014-05-289-0/+0
| | | | Change-Id: Ib5d958289f55a0897e2894aede851fff3c8acfbe
* Refresh 64-bit headers/libs (WW20)Andrew Hsieh2014-05-1618-0/+0
| | | | | | To bionic: 5265ad6273cd7c61d096ebe0e29e493915e7c63e (5/16) Change-Id: I28dd1476ae522367b5ab7e5c1dc5864572404850
* Refresh 64-bit headers/libs; upgrade libc++ to r207307Andrew Hsieh2014-05-0922-0/+0
| | | | | | to bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014 Change-Id: Id9994bab1ab8240853890c108e8aaa3ebac47fa8
* Update 64-bit headers/libsAndrew Hsieh2014-04-0916-0/+0
| | | | Change-Id: I3b8f0aee28393796e537cfba6347c068e1cb1c2f
* Replace libc.so/libdl.so/libm.so with ones containing only stubsAndrew Hsieh2014-03-243-0/+0
| | | | | | | | | | | | | | | | | | Otherwise libc.so in prebuilts/ndk may depends on libdl.so not yet built, and ld.bfd goes crazy about it with error message reads: .../aarch64-linux-android/bin/ld: warning: libdl.so, needed by prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so, not found (try using -rpath or -rpath-link) prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dlerror' prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dladdr' prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dlclose' prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dl_iterate_phdr' prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dlopen' prebuilts/ndk/current/platforms/android-14/arch-arm64/usr/lib/libc.so: undefined reference to `dlsym' Change-Id: Ib117746fc4de1709412922f5f7df8f357315542c
* Update 64-bit headers/libsAndrew Hsieh2014-03-2220-0/+0
| | | | Change-Id: I8b1908261c49eafa97f3df174c18b09c1a3d9090
* Add platforms headers/libs for mips64Andrew Hsieh2014-02-0621-0/+0
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