Add tracing for board config to dumpconfig
Test: build/make/ci/dump_product_config Change-Id: I0667ef0e4427d396cedb03eaf2a314a789947e98
This commit is contained in:
parent
b34578cf74
commit
6dfeb795e0
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ else
|
|||
.KATI_READONLY := TARGET_DEVICE_DIR
|
||||
endif
|
||||
|
||||
$(call dump-phase-start,BOARD,,,, build/make/core/board_config.mk)
|
||||
ifndef RBC_PRODUCT_CONFIG
|
||||
include $(board_config_mk)
|
||||
else
|
||||
|
|
@ -261,6 +262,7 @@ else
|
|||
|
||||
include $(OUT_DIR)/rbc/rbc_board_config_results.mk
|
||||
endif
|
||||
$(call dump-phase-end, build/make/core/board_config.mk)
|
||||
|
||||
ifneq (,$(and $(TARGET_ARCH),$(TARGET_ARCH_SUITE)))
|
||||
$(error $(board_config_mk) erroneously sets both TARGET_ARCH and TARGET_ARCH_SUITE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue