Merge "Move x86 and x86_64 libc to use libcrt" am: 1d9a4cbce9 am: f0c71e24d7
am: 9297758cf5
Change-Id: I6fd1016a5f880ac597caa7fefbfd68c213f5f372
diff --git a/tests/Android.bp b/tests/Android.bp
index 408312a..e3d7f42 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,