Branch bootloader prebuilts for 24Q2 release

Bug: 313350495
Change-Id: I78ffa902088929a4422bab1a5dbea6534c18b99d
This commit is contained in:
Cyan_Hsieh 2023-12-13 17:13:39 +08:00
parent 1ecccdc16c
commit 87b8b4e757
6 changed files with 16 additions and 0 deletions

View file

@ -29,6 +29,8 @@ USES_DEVICE_GOOGLE_SHUSKY := true
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