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:
Elliott Hughes 2012-10-02 11:20:07 -07:00
parent b98204a9fb
commit 857fed50cb

View file

@ -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