summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorSushil Chauhan <sushilchauhan@codeaurora.org>2016-04-27 19:00:54 -0700
committerSushil Chauhan <sushilchauhan@codeaurora.org>2016-04-28 13:10:29 -0700
commitc3c2f851278b9e9e5cfa3cf8a339f9c891923f43 (patch)
tree163b5cbe2abf2ef80f7e87dd0dc50d4135e699b7 /common.mk
parent6f12fbc0514d2d5a954135b501e429409ad92de3 (diff)
downloaddisplay-c3c2f851278b9e9e5cfa3cf8a339f9c891923f43.tar.gz
common: Do not enable QTI_BSP flag
- The features under QTI_BSP flag, are unused on this component. - To fix display HAL compilation with the newer framework branch. CRs-Fixed: 1009677 Change-Id: I32c0a3e195a745695bf93d12564412df4b3e27bd
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 76c392ad..5b202ebc 100644
--- a/common.mk
+++ b/common.mk
@@ -37,10 +37,10 @@ common_deps :=
kernel_includes :=
# Executed only on QCOM BSPs
-ifeq ($(TARGET_USES_QCOM_BSP),true)
+# ifeq ($(TARGET_USES_QCOM_BSP),true)
# Enable QCOM Display features
- common_flags += -DQTI_BSP
-endif
+# common_flags += -DQTI_BSP
+# endif
ifneq ($(call is-platform-sdk-version-at-least,18),true)
common_flags += -DANDROID_JELLYBEAN_MR1=1
endif