summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2014-11-08 23:27:23 -0800
committerArian <arian.kulmer@web.de>2021-11-30 18:31:55 +0100
commit41b5d296bbe887277947f3910b92710c633a5f2a (patch)
tree97dc0c3c7ab2740b4348a4edc91ad3365e750ee0
parent805601e0c79044ab6a6de43d2a3faba4e625c168 (diff)
display: Use project pathmap
Change-Id: Iabcd263ecf9f4eb28f4cd53862ba663c81275c10
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e8cab371..e6099335 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(call my-dir),$(call project-path-for,qcom-display))
+
ifneq ($(TARGET_DISABLE_DISPLAY),true)
sdm-libs := sdm/libs
display-hals := include $(sdm-libs)/utils $(sdm-libs)/core libdebug
@@ -17,3 +19,5 @@ ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
endif
endif
endif #TARGET_DISABLE_DISPLAY
+
+endif