Add BOARD_KERNEL_MODULE_INTERFACE_VERSIONS.

This is a list of KMI versions used to filter gki_apex modules. Only
gki_apex modules with kmi_version field that are in the list are created.

Test: build GKI APEXes
Bug: 162888350
Change-Id: I0f582f6ea200d52482fd4065c8f4f8b32efc4dee
This commit is contained in:
Yifan Hong 2020-08-05 14:33:58 -07:00
parent 6040cad5c1
commit 3c1041fb22
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ _board_strip_readonly_list += $(_dynamic_partitions_var_list)
# Kernel related variables
_board_strip_readonly_list += \
BOARD_KERNEL_BINARIES \
BOARD_KERNEL_MODULE_INTERFACE_VERSIONS \
_build_broken_var_list := \
BUILD_BROKEN_DUP_RULES \

View file

@ -217,6 +217,7 @@ $(call add_json_bool, InstallExtraFlattenedApexes, $(PRODUCT_INSTALL_EXTRA_FLATT
$(call add_json_bool, BoardUsesRecoveryAsBoot, $(BOARD_USES_RECOVERY_AS_BOOT))
$(call add_json_list, BoardKernelBinaries, $(BOARD_KERNEL_BINARIES))
$(call add_json_list, BoardKernelModuleInterfaceVersions, $(BOARD_KERNEL_MODULE_INTERFACE_VERSIONS))
$(call json_end)