Merge "libc: generate syscall stubs in one big file..." am: b9a7c651f1
am: 172b40f748

Change-Id: Ia6f01d449488804aca0bd41404c6cba5aaecfce6
diff --git a/tests/Android.bp b/tests/Android.bp
index 71cf8a6..3d5feb2 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,