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
diff --git a/common.mk b/common.mk
index 76c392a..5b202eb 100644
--- a/common.mk
+++ b/common.mk
@@ -37,10 +37,10 @@
 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