commit | da1bc79f937225b1a048d9e5a03eca81680a17fd | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Thu Sep 06 22:20:44 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Oct 29 19:55:18 2018 +0000 |
tree | 0334b394fff71fc1263d82515dde5c8c16a5dda8 | |
parent | c89a3971e94c30611c885e4c440eae2fd9937948 [diff] [blame] |
bionic: Allocate a shadow call stack for each thread. Bug: 112907825 Change-Id: I7c1479a0cd68696739bf6aa5e0700ba4f2a137ec Merged-In: I7c1479a0cd68696739bf6aa5e0700ba4f2a137ec
diff --git a/tests/Android.bp b/tests/Android.bp index 4ad51da..cb1f6c0 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,