commit | e4aca26aefe2bf86af0200d72047c239036d6a23 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jul 29 14:15:18 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Jul 29 14:51:00 2020 -0700 |
tree | ad20f5323cd9a75e3d34b6c845125ed03f425f14 | |
parent | 7c16b443c3cc60a19011f7ad259d7b177439772a [diff] [blame] |
Add BOARD_KERNEL_BINARIES. Test: use it Bug: 161563386 Change-Id: Id07dffe7d8ef5122c7cf337b29fecba128fc7640
diff --git a/core/soong_config.mk b/core/soong_config.mk index c7bf61e..efd811e 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk
@@ -215,6 +215,8 @@ $(call add_json_bool, BoardUsesRecoveryAsBoot, $(BOARD_USES_RECOVERY_AS_BOOT)) +$(call add_json_list, BoardKernelBinaries, $(BOARD_KERNEL_BINARIES)) + $(call json_end) $(file >$(SOONG_VARIABLES).tmp,$(json_contents))