diff --git a/core/board_config.mk b/core/board_config.mk index a0e5d36dac..b7ca3a4c1c 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -224,6 +224,8 @@ else board_config_mk := \ $(strip $(sort $(wildcard \ $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \ + device/generic/goldfish/board/$(TARGET_DEVICE)/BoardConfig.mk \ + device/google/cuttlefish/board/$(TARGET_DEVICE)/BoardConfig.mk \ $(shell test -d device && find -L device -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \ $(shell test -d vendor && find -L vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \ )))