Merge "Replace is-platform-sdk-version-at-least calls with checking IS_AT_LEAST_xxx." am: b9bbe00d6a

Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/display/+/1867224

Change-Id: I41567bd00d83c3d09cc0b4fd9252db07f0ea2315
This commit is contained in:
Treehugger Robot
2021-10-26 08:13:25 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -42,7 +42,7 @@ 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
ifeq ($(TARGET_COMPILE_WITH_MSM_KERNEL),true)