summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilard <wickett06@gmail.com>2016-06-07 21:17:28 -0400
committerGreg Wilard <wickett06@gmail.com>2016-06-07 21:17:28 -0400
commit6b48c2bc749287fb2abc4cc6d369525c88761b1e (patch)
treeb482ebe4ce9bef08793ba706616bb9cb028f7088
parentfd6d158954036139f1bbafca24669839f06699a0 (diff)
downloadandroid_hardware_qcom_display-stable/cm-13.0-ZNH5Y.tar.gz
android_hardware_qcom_display-stable/cm-13.0-ZNH5Y.tar.bz2
android_hardware_qcom_display-stable/cm-13.0-ZNH5Y.zip
Change-Id: Icff653f2c1fd448058eca0ada0efceecef634d4a
-rw-r--r--msm8226/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8226/common.mk b/msm8226/common.mk
index f5754ca6b..b77c5310b 100644
--- a/msm8226/common.mk
+++ b/msm8226/common.mk
@@ -50,7 +50,7 @@ ifneq (,$(DISPLAY_FEATURE_MAX_ROT_SESSION))
common_flags += -DTARGET_SPECIFIC_MAX_ROT_SESSION=$(DISPLAY_FEATURE_MAX_ROT_SESSION)
endif
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+#ifeq ($(call is-vendor-board-platform,QCOM),true)
# This check is to pick the kernel headers from the right location.
# If the macro above is defined, we make the assumption that we have the kernel
# available in the build tree.