summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPothuluraiah Usarthi <pusarthi@codeaurora.org>2017-12-11 11:37:08 -0800
committerRohit Kulkarni <rkulkarn@codeaurora.org>2018-01-10 18:12:24 -0800
commit0fb9ce340c80ee84ccc3aea6699b6a2359ca3115 (patch)
tree1bb69669dc9dc76c6bf6fd361cd035e81ead46f5
parentca16bf276799867fa1a0d39764a9807f797f7df1 (diff)
downloadandroid_hardware_qcom_sdm710_display-0fb9ce340c80ee84ccc3aea6699b6a2359ca3115.tar.gz
android_hardware_qcom_sdm710_display-0fb9ce340c80ee84ccc3aea6699b6a2359ca3115.tar.bz2
android_hardware_qcom_sdm710_display-0fb9ce340c80ee84ccc3aea6699b6a2359ca3115.zip
Adding flag 'TARGET_DISABLE_DISPLAY'
Disabling compilation of display hal module if build flag TARGET_DISABLE_DISPLAY is set to true. Change-Id: I4ce621803601a1412e173224f41da6e5a219688c CRs-Fixed: 2170353
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 44393b03..a4d56873 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(TARGET_DISABLE_DISPLAY),true)
sdm-libs := sdm/libs
display-hals := include libqservice libqdutils $(sdm-libs)/utils $(sdm-libs)/core
@@ -15,3 +16,4 @@ ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,$(display-hals))
endif
endif
+endif #TARGET_DISABLE_DISPLAY