Merge changes Iece631a5,I53769e0e am: fbd6f3c796 am: 2a6b21f94c
am: cb4dc38d17
Change-Id: Ic965d89396fe54037bd68f63f8f865bf4d1ffeb3
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,