summaryrefslogtreecommitdiffstats
path: root/8/platforms
Commit message (Collapse)AuthorAgeFilesLines
* Fixed apparent copy/paste mistakeDavid Friedman2014-02-046-6/+6
| | | | | | Bug: 11634378 Change-Id: I77933e690e377d4704831f1142de8d6b44053327
* Refresh arch-x86/usr/lib/crt*o with ones built from C codeAndrew Hsieh2013-09-126-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
* am 9283a93c: Merge "Update prebuilts/ndk/8 to r8d/r8c"Andrew Hsieh2012-12-28230-473/+1378
|\ | | | | | | | | * commit '9283a93c7b03896d32a8e88c9322c827d4303652': Update prebuilts/ndk/8 to r8d/r8c
| * Update prebuilts/ndk/8 to r8d/r8cAndrew Hsieh2012-12-21239-473/+1387
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. Update prebuilts/ndk/8 to r8d release (*1), except for 2. sources/cxx-stl/gabi++ and sources/cxx-stl/stlport remain in r8c before exception handling support is added for r8d. Both will be upgraded to r8d once abi/ is upgraded to r8d's gabi++. 3. Add link 8/platforms/android-* (*1) http://developer.android.com/tools/sdk/ndk/index.html Change-Id: If61526b0f815a0f980ab19ffd10765a3b69ceb28
| * resolved conflicts for merge of 4385882c to jb-mr1-dev-plus-aospAndrew Hsieh2012-10-125273-490860/+6778
| | | | | | | | Change-Id: I10e96f48dcd7134cf45a6d8406bf8b69f6593eba
| * Create symlink currentYing Wang2012-08-1412748-0/+1251967
| | | | | | | | | and simplify the directory names. With this we will unify all LOCAL_NDK_VERSIONs in the platform to the latest stable NDK. Bug: 6932421 Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f
* SymlinksYing Wang2012-11-2711-0/+11
| | | | | | | | | 1) symlinks for missing platform version. For the mapping, see ndk/build/core/add-application.mk 2) symlinks for x86/mips platforms version 8, since the NDK supports x86/mips only starting from android-9. Change-Id: I6b2aa936886705c0266afd6fcd5ee20fdfacc0ca
* Refresh prebuilts/ndk/android-ndk-r8 with content of r8cAndrew Hsieh2012-10-115273-490860/+6778
| | | | | | | | | | | | | | | | | | | | | Mostly notable change is the removal of arch-x86 and arch-mips headers from platforms/android-{3,4,5,8}. Those headers are imcomplete to begin with, since both X86 and MIPS ABIs are only supported at API > 8 Other fixes (excerpts from docs/CHANGES.html) 1. Fixed arch-mips/include/asm/* previously incorrectly cleaned from original kernel See https://android-review.googlesource.com/#/c/43335 2. Replace struct member data "__unused" with "__linux_unused" in linux/sysctl.h and linux/icmp.h to avoid conflict with "#define __unused" in sys/cdefs.h 3. Fixed fenv.h to enclosed C functions with __BEGIN_DECLS/__END_DECLS 4. Removed unimplemented functions in malloc.h 5. Fixed stdint.h. See http://code.google.com/p/android/issues/detail?id=1952 6. Fixed preprocessor macros in <arch>/include/machine/* 7. Replaced link.h for mips with new version for all platforms 8. Remove linux-unistd.h Change-Id: I35f120a870afe25a2d105a2cdbb957f0d40b60e9
* Create symlink currentYing Wang2012-08-1012748-0/+1251967
and simplify the directory names. With this we will unify all LOCAL_NDK_VERSIONs in the platform to the latest stable NDK. Bug: 6932421 Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f