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

Commit 4345fc42 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chris Manton
Browse files

Disable expensive tidy check.

Bug: 200595901
Tag: #refactor
Test: WITH_TIDY=1 make tidy-system-bt-gd
Change-Id: I82cc611af0bf898d5919610bae91149bd4ec5821
parent 1e51448f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@ package {

cc_defaults {
    name: "gd_defaults",
    tidy_checks: [
        "-performance-unnecessary-value-param",
    ],
    target: {
        android: {
            test_config_template: "AndroidTestTemplate.xml",