Merge "Do not check tcache clear when doing a purge."
am: f5019d85bd

Change-Id: I7f400d67ad08dc24c637764bcf842ed629941f22
diff --git a/tests/Android.bp b/tests/Android.bp
index 65c6035..2f794a6 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,