From 9fc50bbf7356321d975415f8366ac0506b6d9479 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Thu, 12 Oct 2017 01:11:29 -0700 Subject: [PATCH] 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) --- build/core/qcom_utils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/core/qcom_utils.mk b/build/core/qcom_utils.mk index 6da6f614..ae586eb2 100755 --- a/build/core/qcom_utils.mk +++ b/build/core/qcom_utils.mk @@ -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