Initial Bootloader prebuilt for AP3% build

Bug: 326002225
Change-Id: I47a6d882e3403801753858bb215c6dcd017fdbe9
This commit is contained in:
Cyan_Hsieh 2024-02-27 16:45:38 +08:00
parent cc4c33f62e
commit 9a2484adcf
6 changed files with 8 additions and 8 deletions

View file

@ -29,7 +29,7 @@ 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)))
else ifneq (,$(filter AP2% AP3%,$(RELEASE_PLATFORM_VERSION)))
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q2
else
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/trunk