Merge "Allow to reset malloc hooks." am: 543b4013e7 am: 70dcd3db16
am: d4bf573790

Change-Id: Iacc2a8fa512cef6680845f6cb519c2060dc2ed45
diff --git a/tests/Android.bp b/tests/Android.bp
index 0a45a8e..f7273e6 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,