commit | c739c3006a52c7e81d047d93a1c23c12b4c8224a | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Thu May 30 22:24:06 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 30 22:24:06 2019 +0000 |
tree | 1f446b9b4a632f9a5ba0ab93dc15c1ab908983df | |
parent | 3dd44d197317394e1aef6ea6794fa6a6a73c4d41 [diff] | |
parent | 3ca041da26b6122f8e0bcf2efb924fd5b454adbc [diff] |
Merge "Fix fuzzer builds [#3]."
diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp index 5d4ac23..c8b2d91 100644 --- a/services/surfaceflinger/Android.bp +++ b/services/surfaceflinger/Android.bp
@@ -152,6 +152,10 @@ lto: { thin: true, }, + // TODO(b/131771163): Fix broken fuzzer support with LTO. + sanitize: { + fuzzer: false, + }, } cc_binary {