commit | 857fed50cbf2d1a701a5a1a29e124f7e9fb945d5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 02 11:20:07 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 02 11:20:07 2012 -0700 |
tree | 9579c161e3d39f01adf604de1b6d626029b72499 | |
parent | b98204a9fb5c84478a9710163df395486443c7f6 [diff] [blame] |
Fix MIPS build. ARM and x86 have custom memcpy implementations, but MIPS relies on the generic one, which I recently moved. Change-Id: I9e49243f63b27a4123f2c6623d6286ec82d333c7
diff --git a/libc/Android.mk b/libc/Android.mk index 73b8acb..cd44f23 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -479,8 +479,8 @@ 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