Split bootloader prebuilt to 24Q1 and trunk version
Bug: 299879102 Change-Id: I9c28b2dac2515657ec1ca4b2e252024de91319cf
This commit is contained in:
parent
3cd8690bf5
commit
0dd2f0fc9c
2 changed files with 10 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue