Branch bootloader prebuilts for 24Q3 release
Bug: 326002225 Change-Id: I2eca814516b28f95ffba1a94ed0fcfc8b6fa8bd0
This commit is contained in:
parent
408124713b
commit
36fff56043
6 changed files with 24 additions and 8 deletions
|
@ -29,8 +29,10 @@ USES_DEVICE_GOOGLE_SHUSKY := true
|
|||
|
||||
ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
|
||||
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q1
|
||||
else ifneq (,$(filter AP2% AP3%,$(RELEASE_PLATFORM_VERSION)))
|
||||
else ifneq (,$(filter AP2%,$(RELEASE_PLATFORM_VERSION)))
|
||||
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q2
|
||||
else ifneq (,$(filter AP3%,$(RELEASE_PLATFORM_VERSION)))
|
||||
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q3
|
||||
else
|
||||
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/trunk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue