Fix MIPS build.
ARM and x86 have custom memcpy implementations, but MIPS relies on the generic one, which I recently moved. Change-Id: I9e49243f63b27a4123f2c6623d6286ec82d333c7
This commit is contained in:
parent
b98204a9fb
commit
857fed50cb
1 changed files with 1 additions and 1 deletions
|
@ -479,8 +479,8 @@ libc_common_src_files += \
|
|||
arch-mips/string/mips_strlen.c
|
||||
|
||||
libc_common_src_files += \
|
||||
bionic/memcmp.c \
|
||||
string/bcopy.c \
|
||||
string/memcmp.c \
|
||||
string/strcmp.c \
|
||||
string/strcpy.c \
|
||||
string/strncmp.c
|
||||
|
|
Loading…
Reference in a new issue