From 127115190b8b7380a120f897ba4645b9362bd36d Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 2 May 2022 14:16:04 -0700 Subject: [PATCH] Remove RBC_BOARD_CONFIG Always enable the rbc board config along with the product config now that board config works well. Bug: 231224938 Test: Presubmits Change-Id: I52a79d53dfe54878477ee015bd21863c4cee6b05 --- core/board_config.mk | 5 +---- core/product_config.mk | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/board_config.mk b/core/board_config.mk index dc50a689ad..8074225ba1 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -234,10 +234,7 @@ else .KATI_READONLY := TARGET_DEVICE_DIR endif -# TODO(colefaust) change this if to RBC_PRODUCT_CONFIG when -# the board configuration is known to work on everything -# the product config works on. -ifndef RBC_BOARD_CONFIG +ifndef RBC_PRODUCT_CONFIG include $(board_config_mk) else $(shell mkdir -p $(OUT_DIR)/rbc) diff --git a/core/product_config.mk b/core/product_config.mk index 1e74fa9562..35f018daea 100644 --- a/core/product_config.mk +++ b/core/product_config.mk @@ -230,7 +230,6 @@ endif ifneq (,$(filter $(TARGET_PRODUCT),$(products_using_starlark_config))) RBC_PRODUCT_CONFIG := true - RBC_BOARD_CONFIG := true endif ifndef RBC_PRODUCT_CONFIG