Remove Abseil checks from clang-tidy defaults.

Abseil is not available in Android, so these checks are not
actionable.

Test: Compiled frameworks/av, no more spurious warnings.
Change-Id: Ic573a3234a99b0fa1f63449e8d020a17a43a134c
This commit is contained in:
Krzysztof Kosiński 2021-03-01 13:25:03 -08:00
parent 0d2497088c
commit a3014f1c13

View file

@ -31,7 +31,6 @@ func init() {
}
checks := strings.Join([]string{
"-*",
"abseil-*",
"android-*",
"bugprone-*",
"cert-*",