Sync with upstream OpenBSD strstr().
Bug: http://b/124855136
Test: treehugger
Change-Id: I6cbeb82bc0e418f50e6c171ac4e38e335c448db8
diff --git a/libc/Android.bp b/libc/Android.bp
index cdbdf63..26cd3a3 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -536,7 +536,6 @@
"upstream-openbsd/lib/libc/string/strpbrk.c",
"upstream-openbsd/lib/libc/string/strsep.c",
"upstream-openbsd/lib/libc/string/strspn.c",
- "upstream-openbsd/lib/libc/string/strstr.c",
"upstream-openbsd/lib/libc/string/strtok.c",
"upstream-openbsd/lib/libc/string/strxfrm.c",
"upstream-openbsd/lib/libc/string/wcslcpy.c",
@@ -564,6 +563,7 @@
srcs: [
"stdio/vfprintf.cpp",
"stdio/vfwprintf.cpp",
+ "upstream-openbsd/lib/libc/string/strstr.c",
],
cflags: [
"-include openbsd-compat.h",