Merge "common: Do not enable QTI_BSP flag" into display.lnx.3.0-dev
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