commit | 4ae773633aac9ceba5ec62bb8e1aa22c3c56ebde | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Fri Apr 17 18:16:57 2015 -0400 |
committer | Daniel Micay <danielmicay@gmail.com> | Fri Apr 17 21:17:12 2015 -0400 |
tree | 08855d690e35a16d9c1cbe68148da64f54f5ebd1 | |
parent | 3875744f89600027c69ea68650fff1eeb4b29723 [diff] [blame] |
add fortified memchr/memrchr implementations Change-Id: I38c473cc0c608b08f971409a95eb8b853cb2ba1c
diff --git a/libc/Android.mk b/libc/Android.mk index 9d3b62a..6256caf 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -69,7 +69,9 @@ libc_common_src_files += \ bionic/__FD_chk.cpp \ bionic/__fgets_chk.cpp \ + bionic/__memchr_chk.cpp \ bionic/__memmove_chk.cpp \ + bionic/__memrchr_chk.cpp \ bionic/__poll_chk.cpp \ bionic/__pread64_chk.cpp \ bionic/__pread_chk.cpp \