commit | c1982c8266c0e474780ce7e69f31bfcc3a5807d4 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sat Jul 30 16:08:47 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sat Jul 30 16:08:46 2016 -0700 |
tree | 74a14e49077e936eb9f94ec2592635a84b388fbc | |
parent | 46204e3c48b8076bd8372236e8d859b531fdd97d [diff] | |
parent | c4c6e2de73e70cc9faec26ea9c8f3e89726ef8cb [diff] |
Merge "sdm : Add QTI_BSP flag to disable rotation animation."
diff --git a/common.mk b/common.mk index e49c8c2..298e0bf 100644 --- a/common.mk +++ b/common.mk
@@ -55,10 +55,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 ifeq ($(TARGET_IS_HEADLESS),true) common_flags += -DTARGET_HEADLESS