aboutsummaryrefslogtreecommitdiff
path: root/libc/Android.bp
AgeCommit message (Expand)Author
7 daysMerge "Simplify the libc.a [lack of] icu support." into mainElliott Hughes
8 daysMerge "Factor out the keep_symbols magic." into mainElliott Hughes
8 daysSimplify the libc.a [lack of] icu support.Elliott Hughes
8 daysMerge "Remove dead workaround." into mainElliott Hughes
9 daysFactor out the keep_symbols magic.Elliott Hughes
12 daysRemove gwp_asan_crash_handler dependency from libcMitch Phillips
13 daysRemove dead workaround.Elliott Hughes
2024-06-21libc/Android.bp: fix bpfmt lint.Elliott Hughes
2024-06-20Remove use of `--exclude-libs` for libgcc/libcompiler_rt.Elliott Hughes
2024-06-18bug_24465209_workaround shouldn't affect the host.Elliott Hughes
2024-06-18Make the bug 24465209 workaround implementation clearer.Elliott Hughes
2024-06-12Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp.Elliott Hughes
2024-06-06Move the ILP32 mmap() hackery into legacy_32_bit_support.cpp.Elliott Hughes
2024-05-07Merge "Export capability.h as a filegroup" into mainJiyong Park
2024-05-03Export capability.h as a filegroupJiyong Park
2024-05-01Change malloc_not_svelte to malloc_low_memory.Christopher Ferris
2024-03-29Custom memset implementation for Qualcomm Oryon CPUVaisakh K V
2024-03-29Custom memcpy implementation for Qualcomm Oryon CPUVaisakh K V
2024-03-13crt*.o cleanup.Elliott Hughes
2024-02-22Merge "Clean up the <netinet/ether.h> implementation." into mainElliott Hughes
2024-02-21Merge changes from topics "crashapi2", "crashapi3" into mainTreehugger Robot
2024-02-20header and android_crash_detail prefix for crash_detail APIFlorian Mayer
2024-02-16Clean up the <netinet/ether.h> implementation.Elliott Hughes
2024-02-14Simplify our trivial initgroups(), and add a test.Elliott Hughes
2024-02-13Move three legacy .c files to .cpp.Elliott Hughes
2024-02-12Merge "libc/Android.bp: make libc_headers visible to llvm-libc" into mainNick Desaulniers
2024-02-12libc/Android.bp: make libc_headers visible to llvm-libcNick Desaulniers
2024-02-09libc/Android.bp: more cleanup.Elliott Hughes
2024-02-08libc/Android.bp: merge libc_openbsd_ndk.Elliott Hughes
2024-02-07More libc/Android.bp simplification.Elliott Hughes
2024-02-07Merge changes Ie770320e,I32c05cce,Ia7cb2f40 into mainKalesh Singh
2024-02-06bionic: Refactor __get_elf_note()Kalesh Singh
2024-02-06Remove treble_linker_namespaces.Elliott Hughes
2024-02-01Remove libc_ndk.Elliott Hughes
2024-01-26libc/Android.bp: remove libc_pthread and libc_nopthread.Elliott Hughes
2024-01-26Merge "Start removing unnecessary libc/Android.bp complexity." into mainElliott Hughes
2024-01-25Start removing unnecessary libc/Android.bp complexity.Elliott Hughes
2024-01-24Clarify which architectures do/don't need sa_restorer.Elliott Hughes
2024-01-19bpfmt all the .bp files to silence ayeaye.Elliott Hughes
2024-01-19Remove ODR violation with arm64 memrchr.Elliott Hughes
2024-01-12bionic: Add crt_pad_segmentKalesh Singh
2023-12-13-fno-emulated-tls is the default now.Elliott Hughes
2023-11-28Remove fs_config_generator.py symlinkCole Faust
2023-11-17Merge "string/memory functions: avoid qemu bugs/performance issues." into mainPrashanth Swaminathan
2023-11-15string/memory functions: avoid qemu bugs/performance issues.Elliott Hughes
2023-11-10Make sure debug_frame is not compressed.Christopher Ferris
2023-10-31Remove accidental re-addition of factored-out cruft.Elliott Hughes
2023-10-30Temporarily fall back to non-V memcmpPrashanth Swaminathan
2023-10-27riscv64: fix ODR violations.Elliott Hughes
2023-10-04Merge "Create a filegroup for versioner dependencies" into mainTreehugger Robot