Split bootloader prebuilt to 24Q1 and trunk version

Bug: 299879102
Change-Id: I5a3635de2bdf02d386f9449b815cb450bb53f5b4
This commit is contained in:
Cyan_Hsieh 2023-10-03 18:15:17 +08:00
parent fdf822c070
commit 4cc703c46b
6 changed files with 42 additions and 4 deletions

View file

@ -27,6 +27,12 @@ TARGET_SCREEN_DENSITY := 440
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_SHUSKY := true
ifeq ($(RELEASE_PLATFORM_VERSION),UP1A)
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q1
else
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/trunk
endif
include device/google/shusky/device-shusky-common.mk
include device/google/zuma/BoardConfig-common.mk