Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Add special paths for BoardConfig.mk for gf and cf" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Oct 20, 2023
2 parents 4d136f5 + 8cc6b11 commit 9bfce20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/board_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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') \
)))
Expand Down

0 comments on commit 9bfce20

Please sign in to comment.