Merge "Fix soinfo_tls::module dangling reference" am: 314c0f7989 am: 5e60f690d9
am: 777313b3cc

Change-Id: I3ba4572b56b9ea3b862b91891acb6ff398436167
diff --git a/tests/Android.bp b/tests/Android.bp
index beed07a..5a060b5 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: {
         never: true,