Branch bootloader prebuilts for 24Q2 release

Bug: 313350495
Change-Id: I201e622fc82223aeb7c7f30ce452c714f14ebf60
This commit is contained in:
Cyan_Hsieh 2023-12-13 14:00:23 +08:00 committed by Cyan Hsieh
parent 9f2d4bf353
commit 2a16b70d54
8 changed files with 20 additions and 0 deletions

View file

@ -17,6 +17,8 @@ TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := slider
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