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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user