Branch bootloader prebuilts for 24Q2 release

Bug: 313350495
Change-Id: Ib50aa8fb3dc2f55b60fe55d1f4a906846846a396
This commit is contained in:
Cyan_Hsieh
2023-12-13 16:18:10 +08:00
committed by Cyan Hsieh
parent c977d32e4c
commit 201e0d7659
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ TARGET_BOOTLOADER_BOARD_NAME := lynx
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_LYNX_RADIO_DIR)
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