commit | 69046e084236393ce6a65e5e6c7feba8776e5664 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Mar 13 16:19:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 13 16:19:19 2020 +0000 |
tree | 8c2a67200b7d35eb24e453f8630477655168921a | |
parent | c84d295f7c4407db961683dee5b9a11a62e4bc62 [diff] | |
parent | 140220bd232bf886b5862fcb735ded7ddae59735 [diff] |
Merge "Disable branch protection for arm64."
diff --git a/tests/Android.bp b/tests/Android.bp index f39aff0..d78a204 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -45,7 +45,8 @@ arm64: { cflags: [ "-fsanitize=shadow-call-stack", - "-mbranch-protection=standard", + // Disable this option for now: see b/151372823 + //"-mbranch-protection=standard", ], }, },