Merge "Update to kernel headers v5.2.11."
am: e2c10d8de0

Change-Id: I1dc284be7b04d4894ad98156e245c2d74004cb0d
diff --git a/tests/Android.bp b/tests/Android.bp
index 4477b52..f0fe5e6 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,