| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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 2: add new API level 12, 13, 15, 16, 17 and 19
Change-Id: I305970f7766b3ed3e5faf2532952eaa03398fcbd
|
|
|
|
|
|
|
|
|
|
|
| |
NDK r9b comes with headers/libs for android-12,13,15,16,17.
Replace symlink with real stuffs.
Note that this is part of https://android-review.googlesource.com/#/c/69556,
but apparantly the same CL can't "remove" symlink and "create" to replace it
with real directory at the same time.
Change-Id: Ic268a7ad2b339f9f4ff93f73ddd3343be293b2fa
|
|
Change-Id: Ie572e90ffda7f982d931dda1a9f5a0c68953a762
|