Branch bootloader prebuilts for 24Q2 release

Bug: 313350495
Change-Id: I4383678c9071149b295be82924de451002803cae
This commit is contained in:
Cyan_Hsieh 2023-12-13 16:42:04 +08:00
parent 39334aac02
commit 1c04ca0cc5
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@ TARGET_BOARD_INFO_FILE := device/google/tangorpro/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := tangorpro
ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q1
else ifneq (,$(filter AP2%,$(RELEASE_PLATFORM_VERSION)))
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q2
else
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/trunk
endif