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

Commit 8186f296 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

Disable "-readability-duplicate-include" tidy warning in generated file

/buildbot/src/android/master-plus-llvm/out/soong/.intermediates/frameworks/base/cmds/idmap2/libidmap2_protos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/cmds/idmap2/libidmap2/proto/fabricated_v1.pb.h:34:1: error: duplicate include [readability-duplicate-include,-warnings-as-errors]

Change-Id: I5da44b2714ce8455a4b8af7556decfc1c24c0d11
Test: presubmit
parent 0979ff10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ cc_defaults {
        "-readability-braces-around-statements",
        "-readability-const-return-type",
        "-readability-convert-member-functions-to-static",
        "-readability-duplicate-include",
        "-readability-else-after-return",
        "-readability-identifier-length",
        "-readability-named-parameter",