From 1bcdd24ad92d5449acc8d150083131fe9bd65d78 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 7 Feb 2022 15:17:55 -0800 Subject: [PATCH] Pass --makefile_list to rbc board configuration So that mk2rbc will just read from the file instead of searching the source tree for makefiles. Bug: 213508006 Test: m RBC_BOARD_CONFIG=1 nothing Change-Id: I6b7e2aa000ad9861173c58cc06f6d49c9c11a0a7 --- core/board_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/board_config.mk b/core/board_config.mk index 5fb007e12c..405fea6e6a 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -242,6 +242,7 @@ else --mode=write -r --outdir $(OUT_DIR)/rbc \ --boardlauncher=$(OUT_DIR)/rbc/boardlauncher.rbc \ --input_variables=$(OUT_DIR)/rbc/make_vars_pre_board_config.mk \ + --makefile_list=$(OUT_DIR)/.module_paths/configuration.list \ $(board_config_mk)) ifneq ($(.SHELLSTATUS),0) $(error board configuration converter failed: $(.SHELLSTATUS))