summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNamit Solanki <nsolanki@codeaurora.org>2016-07-11 16:56:25 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-07-26 05:49:55 -0700
commitc4c6e2de73e70cc9faec26ea9c8f3e89726ef8cb (patch)
tree22d031f1c8c3e7c959c30ef5936cddb6b58cdb92 /common.mk
parent57c4c847baeefce9dc0f73c6e3066795892d5225 (diff)
downloaddisplay-c4c6e2de73e70cc9faec26ea9c8f3e89726ef8cb.tar.gz
sdm : Add QTI_BSP flag to disable rotation animation.
Add QTI_BSP flag to disable rotation animation when property sys.disable_ext_animation is set to 1 Change-Id: Ifa4cf288b8af29b2749b069f01bbc289657b2da2 CRs-Fixed: 1036827
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 e49c8c20..298e0bf6 100644
--- a/common.mk
+++ b/common.mk
@@ -55,10 +55,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
ifeq ($(TARGET_IS_HEADLESS),true)
common_flags += -DTARGET_HEADLESS