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

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