Merge "Remove RBC_BOARD_CONFIG" am: 7d2d41ce2e

Original change: https://android-review.googlesource.com/c/platform/build/+/2084523

Change-Id: Ibdaa6580668f405aad7aac736c652ec7fb0702b3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-05-03 17:44:31 +00:00 committed by Automerger Merge Worker
commit db91e4b4f4
2 changed files with 1 additions and 5 deletions

View file

@ -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)

View file

@ -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