commit | 25b6ea7e25dc2df5ddd10e578d34d614a758f22e | [log] [tgz] |
---|---|---|
author | Vic Yang <victoryang@google.com> | Wed Aug 14 18:04:40 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 14 18:04:40 2019 -0700 |
tree | 9a98bf93896d1564627cc9d457bb730f7f755501 | |
parent | 9ae510c09b7aa3f0e68ac4def5313da978d9a995 [diff] | |
parent | a40a1442a832107a1ece62520df26aa8232327e4 [diff] |
Merge "linker: Set VMA name for bss sections" am: a40a1442a8 Change-Id: I0f4c3458f6e8d76311b3e691581755191011822b
diff --git a/tests/Android.bp b/tests/Android.bp index 42d280b..aac419c 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,