Merge "Fix Soong x86 atom builds"

This commit is contained in:
Dan Willemsen 2016-01-13 20:32:07 +00:00 committed by Gerrit Code Review
commit 5d10e69bea
1 changed files with 2 additions and 0 deletions

View File

@ -1236,7 +1236,9 @@ cc_library_static {
"arch-x86/atom/string/sse2-strlen-atom.S",
"arch-x86/atom/string/ssse3-bcopy-atom.S",
"arch-x86/atom/string/ssse3-memcmp-atom.S",
"arch-x86/atom/string/ssse3-memcpy-atom.S",
"arch-x86/atom/string/ssse3-memmove-atom.S",
"arch-x86/atom/string/ssse3-strcpy-atom.S",
"arch-x86/atom/string/ssse3-strncpy-atom.S",
"arch-x86/atom/string/ssse3-wmemcmp-atom.S",
],