Split bootloader prebuilt to 24Q1 and trunk version

Bug: 299879102
Change-Id: I17599698ca55d738e935b914bbfe55641650f9e1
This commit is contained in:
Cyan_Hsieh 2023-10-23 14:37:10 +08:00
parent c9a474e2e7
commit de157ab813
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,11 @@
#
TARGET_BOARD_INFO_FILE := device/google/tangorpro/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := tangorpro
ifneq (,$(filter AP1%,$(RELEASE_PLATFORM_VERSION)))
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/24Q1
else
RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/trunk
endif
# Enable load module in parallel
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true