fd0ce866ce
This reverts commit 8167dd7cb9
.
For some reason I thought the bcopy change was bzero. The bcopy code doesn't pass our tests, so reverting until I can figure out what's wrong.
Change-Id: Id89fe959ea5105cd58dff6bba8d91a30cc4bcb07
10 lines
364 B
Makefile
10 lines
364 B
Makefile
libc_bionic_src_files_arm64 += \
|
|
arch-arm64/generic/bionic/memcmp.S \
|
|
arch-arm64/generic/bionic/memcpy.S \
|
|
arch-arm64/generic/bionic/memmove.S \
|
|
arch-arm64/generic/bionic/memset.S \
|
|
arch-arm64/generic/bionic/strcmp.S \
|
|
arch-arm64/generic/bionic/strlen.S \
|
|
arch-arm64/generic/bionic/strncmp.S \
|
|
arch-arm64/generic/bionic/strnlen.S \
|