Merge "Don't filter reserved signals in sigaction." am: 65502ea8e0 am: 81f534e7c6
am: ae302f56f3
Change-Id: I6d2e4006a979f7bf9111deb182efb56d517fd618
diff --git a/tests/Android.bp b/tests/Android.bp
index 8ac0531..5cfcef8 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,