Merge "Remove RBC_BOARD_CONFIG"

This commit is contained in:
Treehugger Robot
2022-05-03 17:22:56 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 5 deletions

View File

@@ -234,10 +234,7 @@ else
.KATI_READONLY := TARGET_DEVICE_DIR .KATI_READONLY := TARGET_DEVICE_DIR
endif endif
# TODO(colefaust) change this if to RBC_PRODUCT_CONFIG when ifndef RBC_PRODUCT_CONFIG
# the board configuration is known to work on everything
# the product config works on.
ifndef RBC_BOARD_CONFIG
include $(board_config_mk) include $(board_config_mk)
else else
$(shell mkdir -p $(OUT_DIR)/rbc) $(shell mkdir -p $(OUT_DIR)/rbc)

View File

@@ -230,7 +230,6 @@ endif
ifneq (,$(filter $(TARGET_PRODUCT),$(products_using_starlark_config))) ifneq (,$(filter $(TARGET_PRODUCT),$(products_using_starlark_config)))
RBC_PRODUCT_CONFIG := true RBC_PRODUCT_CONFIG := true
RBC_BOARD_CONFIG := true
endif endif
ifndef RBC_PRODUCT_CONFIG ifndef RBC_PRODUCT_CONFIG