Merge "Fix OOB read in fortify str[np]cpy implementations found by hwasan."
am: 2fbbc253f6

Change-Id: Ie296d45cebb5c7be5a8a22e7168c1e4f361c1b97
diff --git a/tests/Android.bp b/tests/Android.bp
index 42d280b..aac419c 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -38,6 +38,12 @@
         // For glibc.
         "-D__STDC_LIMIT_MACROS",
     ],
+    // Make the bionic tests implicitly test bionic's shadow call stack support.
+    arch: {
+        arm64: {
+           cflags: ["-fsanitize=shadow-call-stack"],
+        },
+    },
     stl: "libc++",
     sanitize: {
         address: false,