summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyan_Hsieh <cyanhsieh@google.com>2023-12-13 17:03:08 +0800
committerCyan_Hsieh <cyanhsieh@google.com>2023-12-13 17:03:08 +0800
commit302f0a318f78af33430ca717269a215b6fdc47e4 (patch)
treebe6d0ab29549011af4cba56cc8662e4b4898ffd7
parent8c63a1bdd52b17a8c03b076d0c2aba4ad69a04cc (diff)
downloadfelix-302f0a318f78af33430ca717269a215b6fdc47e4.tar.gz
Branch bootloader prebuilts for 24Q2 release
Bug: 313350495 Change-Id: Id61bda25845fd181ade10f12e3bc3554db4f6978
-rw-r--r--device-felix.mk2
-rw-r--r--felix/BoardConfig.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/device-felix.mk b/device-felix.mk
index 84fe534..b1a0caa 100644
--- a/device-felix.mk
+++ b/device-felix.mk
@@ -257,6 +257,8 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts
ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts/trusty/24Q1
+else ifneq (,$(filter AP2%,$(RELEASE_PLATFORM_VERSION)))
+PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts/trusty/24Q2
else
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts/trusty/trunk
endif
diff --git a/felix/BoardConfig.mk b/felix/BoardConfig.mk
index 72b542b..1aaac33 100644
--- a/felix/BoardConfig.mk
+++ b/felix/BoardConfig.mk
@@ -23,6 +23,8 @@ BOARD_KERNEL_CMDLINE += swiotlb=noforce
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_FELIX_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