Merge "Use PR_SET_VMA_ANON_NAME to name the abort message mapping." am: 14025fd2bf am: 04b0178166
am: 9d4306cde4

Change-Id: I0fb6c569ab4779e4ec704e951eee70c6e652b3ab
diff --git a/tests/Android.bp b/tests/Android.bp
index 408312a..e3d7f42 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,