commit | 4096cba7f85e9b7943f728e8e64323215abcd7f5 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Fri Sep 27 19:31:13 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 27 19:31:13 2019 +0000 |
tree | c8ab683eda78a037220198ef5d2c1d243996f761 | |
parent | 57a64a717296e9f029bfcc3bba1d0b4c23d10cff [diff] | |
parent | 7eb851c7dae7d2a74f3219963bb147f53b603d8f [diff] |
Merge "Disable sanitization of crt objects."
diff --git a/libc/Android.bp b/libc/Android.bp index 4abb32f..9e2e691 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1891,6 +1891,9 @@ "-Wall", "-Werror", ], + sanitize: { + never: true, + }, } cc_defaults {