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

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

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

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

Change-Id: I790a3eea2d12e58edb3c8191afd1a435f727ab52
parents e4005ba9 dd855592
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -192,6 +192,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-*",
@@ -212,7 +215,6 @@ cc_library {
        "-misc-redundant-expression",
        "-misc-unused-using-decls",
        "performance*",
        "-performance-no-int-to-ptr",
        "portability*",
    ],