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

Commit ce28f47f authored by Anton Ivanov's avatar Anton Ivanov
Browse files

Start libgui clang-tidy config.

Bug: 414474442
Test: ALLOW_LOCAL_TIDY_TRUE=1 m libgui
Flag: EXEMPT refactor
Change-Id: Iac63d9175488f4ce0f07a964ecc7f0806295636b
parent 26597a52
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -297,6 +297,11 @@ filegroup {
cc_defaults {
    name: "libgui-defaults",
    defaults: ["libgui_bufferqueue-defaults"],
    tidy: true,
    tidy_flags: [
        // Only check our headers
        "--header-filter=^.*frameworks/native/libs/gui/.*.h$",
    ],
    static_libs: [
        "libgui_aidl_static",
        "libgui_window_info_static",