qcom_utils: allow overriding get-vendor-board-platforms

* Some devices need this function to return something, yet also do not
  set BOARD_USES_QCOM_HARDWARE. Allow them to override this.

Change-Id: I3cf78da39b006ba805ae35fde7379357faa10250
(cherry picked from commit 012cc275e09346ef7909b6a5a144aed59b375ccd)
gugelfrei
Dan Pasanen 7 years ago committed by Abhisek Devkota
parent b52c70881d
commit 9fc50bbf73

@ -118,11 +118,13 @@ endef
# The following utilities are meant for board platform specific
# featurisation
ifndef get-vendor-board-platforms
# $(call get-vendor-board-platforms,v)
# returns list of board platforms for vendor v
define get-vendor-board-platforms
$(if $(call match-word,$(BOARD_USES_$(1)_HARDWARE),true),$($(1)_BOARD_PLATFORMS))
endef
endif # get-vendor-board-platforms
# $(call is-board-platform,bp)
# returns true or empty

Loading…
Cancel
Save