Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caabda69 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: disable disabled tidy warnings" am: abc1f250 am:...

Merge "libbinder: disable disabled tidy warnings" am: abc1f250 am: dd855592 am: 39402b00 am: 9ff4fdca

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1683578

Change-Id: Id31ba4883da2586c10646a6130d9dfeac092bb78
parents e25193a4 9ff4fdca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -189,6 +189,9 @@ cc_library {
        // Only check our headers
        "--header-filter=^.*frameworks/native/libs/binder/.*.h$",
    ],
    tidy_checks: [
        "-performance-no-int-to-ptr",
    ],
    tidy_checks_as_errors: [
        // Explicitly list the checks that should not occur in this module.
        "abseil-*",
@@ -209,7 +212,6 @@ cc_library {
        "-misc-redundant-expression",
        "-misc-unused-using-decls",
        "performance*",
        "-performance-no-int-to-ptr",
        "portability*",
    ],