Skip to content

Commit

Permalink
Merge "Replace is-platform-sdk-version-at-least calls with checking I…
Browse files Browse the repository at this point in the history
…S_AT_LEAST_xxx." am: b9bbe00

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

Change-Id: I41567bd00d83c3d09cc0b4fd9252db07f0ea2315
  • Loading branch information
Treehugger Robot authored and android-build-merge-worker-robot committed Oct 26, 2021
2 parents 651ca42 + b9bbe00 commit d5ec0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msm8084/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion msm8994/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5ec0a4

Please sign in to comment.