mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
android: fix gradle lint task exclusion on CI
Account for architecture so it works for all of them, not just ARM.
This commit is contained in:
committed by
Frans de Jonge
parent
cf745c77cf
commit
260a9a3f4e
@@ -52,7 +52,7 @@ ANDROID_LIBS = $(ANDROID_LAUNCHER_BUILD)/libs/$(ANDROID_ABI)
|
||||
ANDROID_FLAVOR ?= Rocks
|
||||
|
||||
ifneq (,$(CI))
|
||||
GRADLE_FLAGS ?= --console=plain --no-daemon -x lintVitalArmRocksRelease
|
||||
GRADLE_FLAGS ?= --console=plain --no-daemon -x lintVital$(ANDROID_ARCH)RocksRelease
|
||||
endif
|
||||
GRADLE_FLAGS += $(PARALLEL_JOBS:%=--max-workers=%)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user