summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2014-04-11 19:46:04 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2014-04-14 10:51:47 -0400
commit07bded6ac921e7049cc4b5075c0f9cd5a402ea4b (patch)
treeb8ed7310f1424ff54a168627b2aec601568815a6 /Android.mk
parent69669978f77eb71edc6282244920cb78e45a2024 (diff)
downloaddisplay-07bded6ac921e7049cc4b5075c0f9cd5a402ea4b.tar.gz
display: Makefile changes for AOSP builds
- On some builds, the display HAL can be located in a subdirectory. Use LOCAL_PATH to include local headers. - Use msm and apq filters to pick up the qcom display HAL. Change-Id: Ib9b47ececb37fda1ecde5ce1cbe1fce9b041f84a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 609d1e1d..3fd19c18 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,8 +4,7 @@ display-hals += libmemtrack
ifeq ($(call is-vendor-board-platform,QCOM),true)
include $(call all-named-subdir-makefiles,$(display-hals))
else
-ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
- #This is for mako since it doesn't have the QCOM make functions
+ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,$(display-hals))
endif
endif