Merge "<bits/glibc-syscalls.h>: only regenerate when we have new uapi headers." am: e689eb0154
am: 35c508aacf

Change-Id: I279baf4170f5c1ec08f210e513e21b896435f8fd
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,