Merge "fortify: use a macro in diagnose_if" am: b07c1973d1
am: 2dc6a4f732

Change-Id: Iea2f47086e9f13d82fa927c74d72333c17496d7d
diff --git a/tests/Android.bp b/tests/Android.bp
index d65780c..db02d75 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,