Merge "Add SEEK_DATA and SEEK_HOLE constants." am: 1a60589b97
am: fbb1a0b029

Change-Id: Ifa3f5d78bd2df70a5e24bd8dcfdb55e8b456a80f
diff --git a/tests/Android.bp b/tests/Android.bp
index 85bb29a..c2217f2 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,