Merge "Disable clang-tidy on crash test."

This commit is contained in:
Chih-hung Hsieh 2023-01-04 03:30:25 +00:00 committed by Gerrit Code Review
commit f5d9cc6bb2

View file

@ -18,6 +18,7 @@ package {
cc_binary {
name: "mte_crash",
tidy: false,
srcs: ["mte_crash.cpp"],
sanitize: {
memtag_heap: true,