Add BOARD_KERNEL_BINARIES to board_config.mk

Test: pass
Change-Id: Ic670a1c60d6ab2beca593da5941f56d4f3b76c3c
This commit is contained in:
Yifan Hong 2020-08-05 14:30:32 -07:00
parent 6ad6d563c0
commit 6040cad5c1
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ _dynamic_partitions_var_list += \
_board_strip_readonly_list += $(_dynamic_partitions_var_list)
# Kernel related variables
_board_strip_readonly_list += \
BOARD_KERNEL_BINARIES \
_build_broken_var_list := \
BUILD_BROKEN_DUP_RULES \
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES \