Split bootloader prebuilt to 24Q1 and trunk version

Bug: 299879102
Change-Id: I9c28b2dac2515657ec1ca4b2e252024de91319cf
This commit is contained in:
Cyan_Hsieh 2023-10-23 22:04:51 +08:00
parent 3cd8690bf5
commit 0dd2f0fc9c
2 changed files with 10 additions and 1 deletions

View file

@ -254,6 +254,11 @@ PRODUCT_PACKAGES += \
# Trusty liboemcrypto.so
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
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/felix/prebuilts/trusty/trunk
endif
# Set zram size
PRODUCT_VENDOR_PROPERTIES += \