Merge "Use BOARD_16K_OTA_USE_INCREMENTAL for shusky" into main

This commit is contained in:
Pawan Wagh 2024-05-20 22:25:38 +00:00 committed by Android (Google) Code Review
commit ccbf84d1ae

View file

@ -27,4 +27,6 @@ BOARD_KERNEL_MODULES_16K := $(foreach module,$(BOARD_KERNEL_MODULES_16K),$(TARGE
# Shusky targets use exynos-bcm_dbg.ko module instead of bcm_dbg.ko.
BOARD_KERNEL_MODULES_16K := $(filter-out %/bcm_dbg.ko,$(BOARD_KERNEL_MODULES_16K))
BOARD_KERNEL_MODULES_LOAD_16K := $(foreach module,$(BOARD_KERNEL_MODULES_16K),$(notdir $(module)))
BOARD_16K_OTA_USE_INCREMENTAL := true
endif