Merge "linker namespace name is duped when the namespace is created" am: c2e2ebda5a
am: 8e8bf9abb9
Change-Id: If5858d654c40cade007a9a0bf9d8ab2a208eefcb
diff --git a/tests/Android.bp b/tests/Android.bp
index d65780c..db02d75 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,