diff options
author | Greg Wilard <wickett06@gmail.com> | 2016-06-07 21:17:28 -0400 |
---|---|---|
committer | Greg Wilard <wickett06@gmail.com> | 2016-06-07 21:17:28 -0400 |
commit | 6b48c2bc749287fb2abc4cc6d369525c88761b1e (patch) | |
tree | b482ebe4ce9bef08793ba706616bb9cb028f7088 | |
parent | fd6d158954036139f1bbafca24669839f06699a0 (diff) | |
download | android_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 |
msm8226: comment out ifeq with missing endifreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ycm-13.0
Change-Id: Icff653f2c1fd448058eca0ada0efceecef634d4a
-rw-r--r-- | msm8226/common.mk | 2 |
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. |