Merge "Add special paths for BoardConfig.mk for gf and cf" into main
This commit is contained in:
@@ -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') \
|
||||
)))
|
||||
|
Reference in New Issue
Block a user