| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also remove redundant files
Change-Id: I77ffd9db63b938904df3a1f3871518b087c1735a
|
|
|
|
|
|
| |
http://www.llvm.org/bugs/show_bug.cgi?id=20958
Change-Id: Ia95fadd264c0401f5625c69e3688c14131970a8e
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ia26160d26b3b5aec2b26ff2e79955f49b107f833
|
|
|
|
| |
Change-Id: I307e1af61e046a2598ae0cc68862635e783a549f
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I33c5205492e0e8932450658b8f33aa16d63c56c0
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 11634378
Change-Id: I77933e690e377d4704831f1142de8d6b44053327
|
|/
|
|
|
|
|
|
| |
This works around the fact that we don't have 64bit platforms for API
levels lower than 19.
Bug: 11654773
Change-Id: I50030d52441e1dcb33ad8cbd072c03641940abdd
|
|
|
|
|
|
| |
Part 1: modify the existing API level
Change-Id: Ib14a58f8c1d52d7e5ec95a2f3d64077046c6c0fe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Change-Id: Ie572e90ffda7f982d931dda1a9f5a0c68953a762
|