summaryrefslogtreecommitdiffstats
path: root/8
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upload 4.6 gnu-libstdc++Andrew Hsieh2012-10-121387-0/+229191
| | | | | | | | | | | | | All previously uploaded ndk/?/sources/cxx-stl/gnu-libstdc++ contains only 4.4.3 libstdc++ because it's the only compiler in previous NDKs, until r8b where GCC 4.6 is introduced. This CL upload both 4.4.3 and 4.6, and set 4.6 as the default. build/core/binary.mk will be updated to use either one depending one the version of compiler. Change-Id: I4ffcaa750995959932393cbdb2a469c620f97166
* Refresh prebuilts/ndk/android-ndk-r8 with content of r8cAndrew Hsieh2012-10-115314-490905/+6848
| | | | | | | | | | | | | | | | | | | | | 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-1013816-0/+1518306
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