- 12 May, 2016 6 commits
-
-
Lennart authored
Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com> Conflicts: 9/platforms/android-21/arch-arm/usr/include/math.h 9/platforms/android-21/arch-arm64/usr/include/math.h Change-Id: Id30999971f4617e13a5b8a8b885419f3bc24ff42
-
mydongistiny authored
Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com> Conflicts: 9/platforms/android-12/arch-arm/usr/include/math.h 9/platforms/android-13/arch-arm/usr/include/math.h 9/platforms/android-15/arch-arm/usr/include/math.h 9/platforms/android-16/arch-arm/usr/include/math.h 9/platforms/android-17/arch-arm/usr/include/math.h 9/platforms/android-18/arch-arm/usr/include/math.h 9/platforms/android-19/arch-arm/usr/include/math.h 9/platforms/android-21/arch-arm/usr/include/math.h 9/platforms/android-21/arch-arm64/usr/include/math.h Change-Id: I921ebc1a040649e6ae0c25338d39755eb1fb356e
-
Joe Maples authored
Signed-off-by:
Joe Maples <frap129@gmail.com> Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com> Conflicts: 9/platforms/android-14/arch-arm/usr/include/math.h 9/platforms/android-8/arch-arm/usr/include/math.h Change-Id: I88e9ede2f5dc773ec56c8b7aec270905513a8edf
-
mydongistiny authored
Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com>
-
mydongistiny authored
Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com>
-
mydongistiny authored
Change-Id: Ie4d62d2ff809ec87056943b619feb4007940872e Signed-off-by:
Corey Edwards <ensabahnur16@gmail.com>
-
- 10 May, 2016 1 commit
-
-
Stephen Hines authored
Bug: 23396112 Clang continues to have "int __builtin_isnan()" as the official builtin definition, which causes conflicts with the NDK headers. This change unconditionally leaves __builtin_isnan() out of the NDK headers when using clang, since it really isn't necessary in any case. Change-Id: Ifb5c1db40c11eb5984e1d64e8540e8a6537900ab
-
- 20 Apr, 2015 1 commit
-
-
Andrew Hsieh authored
* commit 'ed1fb120': [MIPS,MIPS64] Cherry-pick asm/reg.h file from bionic
-
- 19 Apr, 2015 1 commit
-
-
Andrew Hsieh authored
-
- 17 Apr, 2015 1 commit
-
-
Gordana Cmiljanovic authored
Adding asm/reg.h into platform 21 for MIPS and MIPS64. Change-Id: If2ed77607a01463657d443c088728521483f3005
-
- 10 Apr, 2015 1 commit
-
-
Andrew Hsieh authored
* commit '25eeac03': Add correct mcontext_t for 64-bit MIPS
-
- 09 Apr, 2015 2 commits
-
-
Andrew Hsieh authored
-
Faraz Shahbazker authored
Change-Id: I76d503860d0e1d937b6913bf2c1c6ebb531617da
-
- 29 Jan, 2015 3 commits
-
-
Andrew Hsieh authored
* commit 'b0b8d245': Modify MIPS64 stat structure inline with the one in bionic.
-
Andrew Hsieh authored
* commit 'd7a0f45a': Modify MIPS64 stat structure inline with the one in bionic.
-
Andrew Hsieh authored
-
- 28 Jan, 2015 1 commit
-
-
Raghu Gandham authored
This change fixes the size of MIPS64 stat structure to match the one in bionic. Change-Id: I0bbfb2c42cf84b9d9d7dfcc0e32be02aa283d114
-
- 14 Jan, 2015 6 commits
-
-
Andrew Hsieh authored
This is to fix issue with error message reads: .../ld: warning: hidden symbol 'snprintf' in prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_static.a(snprintf.o) is referenced by DSO out/target/product/hammerhead/obj/lib/libcutils.so There is only one copy of libc++ libraries for all API levels with various degree of libc/libm support, the reason why libc++ libraries links with android_support.a which contains missing libc/libm functions (including snprintf) needed by libc++ in API 3. Since https://android-review.googlesource.com/#/c/103261 all support functions in libc++ are built with hidden visibility, otherwise other libraries may use snprintf from libc++ instead of libc.so. Unfortunately unlike shared library it's not possible to hide hidden symbol from linker, and causes warning message you just read. This CL compile libc++ with --visible-static to restore previous behavior. Also see https://android-review.googlesource.com/#/c/123340 Affected functions are std::__1::__snprintf_l(char*, unsigned int, locale_struct*, char const*, ...) vsnprintf_l snprintf_l vsnprintf snprintf Change-Id: I8b4409ca7c59eed4018acd3a9e38970074d206cb
-
Ying Wang authored
-
Andrew Hsieh authored
This is to fix issue with error message reads: .../ld: warning: hidden symbol 'snprintf' in prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_static.a(snprintf.o) is referenced by DSO out/target/product/hammerhead/obj/lib/libcutils.so There is only one copy of libc++ libraries for all API levels with various degree of libc/libm support, the reason why libc++ libraries links with android_support.a which contains missing libc/libm functions (including snprintf) needed by libc++ in API 3. Since https://android-review.googlesource.com/#/c/103261 all support functions in libc++ are built with hidden visibility, otherwise other libraries may use snprintf from libc++ instead of libc.so. Unfortunately unlike shared library it's not possible to hide hidden symbol from linker, and causes warning message you just read. This CL compile libc++ with --visible-static to restore previous behavior. Also see https://android-review.googlesource.com/#/c/123340 Affected functions are std::__1::__snprintf_l(char*, unsigned int, locale_struct*, char const*, ...) vsnprintf_l snprintf_l vsnprintf snprintf Change-Id: I8b4409ca7c59eed4018acd3a9e38970074d206cb
-
Andrew Hsieh authored
* commit 'b504e2d7': Update llvm-libc++
- 13 Jan, 2015 2 commits
-
-
Andrew Hsieh authored
* commit '7714ae66': Update llvm-libc++
-
Andrew Hsieh authored
-
- 08 Jan, 2015 1 commit
-
-
Andrew Hsieh authored
NDK r10d Change-Id: Ibb4c6a25904ab353d6f976f45ea35179c604287f
-
- 07 Jan, 2015 7 commits
-
-
Andrew Hsieh authored
* commit '396b8b83': Rename mipsr6 as mips32r6
-
Andrew Hsieh authored
* commit '8226f95d': Rename mipsr6 as mips32r6
-
Andrew Hsieh authored
-
Andrew Hsieh authored
* commit '6376b848': Fix prototype of strtoll_l, strtoull_l, towlower_l and towupper_l
-
Andrew Hsieh authored
* commit '62955479': Fix prototype of strtoll_l, strtoull_l, towlower_l and towupper_l
-
Andrew Hsieh authored
-
Andrew Hsieh authored
Change-Id: I05d6a4dae1bd191eb08c628fa4c2f65210dd25a7
-
- 06 Jan, 2015 1 commit
-
-
Andrew Hsieh authored
Change-Id: Ia0d0083227ce9a78f8f38001e067288a4eda22af
-
- 24 Dec, 2014 3 commits
-
-
Andrew Hsieh authored
* commit '6bd6d75d': Add mips libr6
-
Andrew Hsieh authored
* commit 'e531cd91': Add mips libr6
-
Andrew Hsieh authored
-
- 22 Dec, 2014 1 commit
-
-
Andrew Hsieh authored
Also remove redundant files Change-Id: I77ffd9db63b938904df3a1f3871518b087c1735a
-
- 18 Dec, 2014 2 commits
-
-
Andrew Hsieh authored
* commit 'c1194f0c': Add mips32r6 STL binaries
-
Andrew Hsieh authored
* commit '42ce4994': Add mips32r6 STL binaries
-