diff options
author | trevd <trevd1234@gmail.com> | 2012-12-01 17:05:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-05 23:13:04 -0800 |
commit | 92816a9a675e88ea658e13039e27c49a13deb729 (patch) | |
tree | 606494ffc23b2610f9904a6d1083735ed67ecd04 | |
parent | f9c4e0a57ce9b5a96a7bccdb690bf8ae4084af65 (diff) | |
download | bionic-92816a9a675e88ea658e13039e27c49a13deb729.zip bionic-92816a9a675e88ea658e13039e27c49a13deb729.tar.gz bionic-92816a9a675e88ea658e13039e27c49a13deb729.tar.bz2 |
x86: Add missing bionic/memmove_words.c to x86 source to list.
This was causing libdvm to fail with undefined references
when building for the mini_x86 target.
Change-Id: I3c3af3acc87b46c660bf8f46339dfa0509c14c01
-rw-r--r-- | libc/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index 245f6a4..c713d17 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -467,6 +467,7 @@ libc_common_src_files += \ arch-x86/string/strcmp_wrapper.S \ arch-x86/string/strncmp_wrapper.S \ arch-x86/string/strlen_wrapper.S \ + bionic/memmove_words.c \ string/strcpy.c \ bionic/pthread-atfork.c \ bionic/pthread-rwlocks.c \ |