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

Commit 27019300 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "binder: enable tidy"

parents c37d1fd7 25265082
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -172,6 +172,20 @@ cc_library {
        misc_undefined: ["integer"],
    },
    min_sdk_version: "29",

    tidy: true,
    tidy_flags: [
        // Only check our headers
        "--header-filter=^.*frameworks/native/libs/binder/.*.h$",
    ],
    tidy_checks_as_errors: [
        "*",
        "-google-build-using-namespace",
        "-google-default-arguments",
        "-google-explicit-constructor",
        "-google-runtime-int",
        "-performance-unnecessary-value-param",
    ],
}

// AIDL interface between libbinder and framework.jar