summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-07-09 05:27:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-07-09 05:27:58 -0700
commitc95866ba7ead6113d97c188422ee1782707ccb47 (patch)
treeae9b46335f26cb2d114ce26ea5fdae2708b0247f /common.mk
parent86743b9ab8d9eb9181c3ad499c1e2fe9337273ca (diff)
parent8e6b61c2061af65cb4ffdbdfa91f6c0d193e0488 (diff)
downloaddisplay-c95866ba7ead6113d97c188422ee1782707ccb47.tar.gz
Merge "display: define QCOM_BSP"
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 74d6032f..cefe060d 100644
--- a/common.mk
+++ b/common.mk
@@ -37,10 +37,9 @@ kernel_includes :=
# Executed only on QCOM BSPs
ifeq ($(TARGET_USES_QCOM_BSP),true)
-# On jb_mr2- dont enable QCOM Display features
-ifneq ($(call is-platform-sdk-version-at-least,18),true)
-# This flag is used to compile out any features that depend on framework changes
+# Enable QCOM Display features
common_flags += -DQCOM_BSP
+ifneq ($(call is-platform-sdk-version-at-least,18),true)
common_flags += -DANDROID_JELLYBEAN_MR1=1
endif
endif