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

Commit a6ce72d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add comment to the Vendor HAL Android.bp file to explain why the linter...

Merge "Add comment to the Vendor HAL Android.bp file to explain why the linter is disabled." into udc-dev
parents 54ddd069 0d841ae8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -37,6 +37,8 @@ aidl_interface {
            ],
            ],
            min_sdk_version: "30",
            min_sdk_version: "30",
            lint: {
            lint: {
                // Disable linter to avoid error about fixed size arrays.
                // Interface will only be accessed on devices >= U.
                enabled: false,
                enabled: false,
            },
            },
        },
        },