Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dfeb795 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add tracing for board config to dumpconfig

Test: build/make/ci/dump_product_config
Change-Id: I0667ef0e4427d396cedb03eaf2a314a789947e98
parent b34578cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -237,6 +237,7 @@ else
  .KATI_READONLY := TARGET_DEVICE_DIR
  .KATI_READONLY := TARGET_DEVICE_DIR
endif
endif


$(call dump-phase-start,BOARD,,,, build/make/core/board_config.mk)
ifndef RBC_PRODUCT_CONFIG
ifndef RBC_PRODUCT_CONFIG
include $(board_config_mk)
include $(board_config_mk)
else
else
@@ -261,6 +262,7 @@ else


  include $(OUT_DIR)/rbc/rbc_board_config_results.mk
  include $(OUT_DIR)/rbc/rbc_board_config_results.mk
endif
endif
$(call dump-phase-end, build/make/core/board_config.mk)


ifneq (,$(and $(TARGET_ARCH),$(TARGET_ARCH_SUITE)))
ifneq (,$(and $(TARGET_ARCH),$(TARGET_ARCH_SUITE)))
  $(error $(board_config_mk) erroneously sets both TARGET_ARCH and TARGET_ARCH_SUITE)
  $(error $(board_config_mk) erroneously sets both TARGET_ARCH and TARGET_ARCH_SUITE)