Disable clang-tidy on crash test.

Bug: 263274255
Test: presubmit; make tidy-system-core-debuggerd_subset
Change-Id: I2eb5dcb87894b3282ff19e006f6a0209c9153519
This commit is contained in:
Chih-Hung Hsieh 2023-01-03 15:55:46 -08:00
parent b333a400c9
commit 7e575a07be

View file

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