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)
diff --git a/build/core/qcom_utils.mk b/build/core/qcom_utils.mk
index 6da6f61..ae586eb 100755
--- a/build/core/qcom_utils.mk
+++ b/build/core/qcom_utils.mk
@@ -118,11 +118,13 @@
# 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