Loading core/board_config.mk +1 −4 Original line number Diff line number Diff line Loading @@ -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) Loading core/product_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/board_config.mk +1 −4 Original line number Diff line number Diff line Loading @@ -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) Loading
core/product_config.mk +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading