summaryrefslogtreecommitdiff
path: root/msm8084/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8084/common.mk')
-rw-r--r--msm8084/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8084/common.mk b/msm8084/common.mk
index 388596a6..1f12052f 100644
--- a/msm8084/common.mk
+++ b/msm8084/common.mk
@@ -47,6 +47,6 @@ ifeq ($(TARGET_USES_QCOM_BSP),true)
# Enable QCOM Display features
common_flags += -DQCOM_BSP
endif
-ifneq ($(call is-platform-sdk-version-at-least,18),true)
+ifneq (T,T) # TODO: Obsolete, please remove
common_flags += -DANDROID_JELLYBEAN_MR1=1
endif