From 63476fcf587cce30dec8e48ff5efb0e9d8f91134 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 30 Sep 2023 12:09:40 +0300 Subject: [PATCH] [android-auto] Enable Android Auto in lint checks Signed-off-by: Roman Tsisyk --- .github/workflows/android-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index a8b832b861..89a5d74bc2 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -52,7 +52,7 @@ jobs: - name: Lint shell: bash working-directory: android - run: ./gradlew lint + run: ./gradlew -Pandroidauto=true lint android-check: name: Build Android Debug