diff options
| author | Naseer Ahmed <naseer@codeaurora.org> | 2015-05-06 18:58:16 -0400 |
|---|---|---|
| committer | Dan Stoza <stoza@google.com> | 2015-05-08 09:25:23 -0700 |
| commit | 8a2f28c61673fdf52b64bdcc73f42cf0fc5aaea2 (patch) | |
| tree | 913d373bbd69000799f7cbd4b773ae5f44e7ec01 /msm8084 | |
| parent | 8979621dbecbb414b30e1b1ccacf08f17942e46f (diff) | |
| download | platform_hardware_qcom_display-8a2f28c61673fdf52b64bdcc73f42cf0fc5aaea2.tar.gz platform_hardware_qcom_display-8a2f28c61673fdf52b64bdcc73f42cf0fc5aaea2.tar.bz2 platform_hardware_qcom_display-8a2f28c61673fdf52b64bdcc73f42cf0fc5aaea2.zip | |
gralloc: Use AOSP API to filter board platform
Change-Id: I35cf0dd15346a6444f3dc0259fd8a4ac2716d7a2
(cherry picked from commit 201084d94782e569090d729548142641d0327f59)
Diffstat (limited to 'msm8084')
| -rw-r--r-- | msm8084/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msm8084/common.mk b/msm8084/common.mk index f3413034..1a223817 100644 --- a/msm8084/common.mk +++ b/msm8084/common.mk @@ -27,8 +27,8 @@ ifeq ($(ARCH_ARM_HAVE_NEON),true) common_flags += -D__ARM_HAVE_NEON endif -ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 msm8084 \ - mpq8092 msm_bronze msm8916), true) +ifneq ($(filter msm8974 msm8226 msm8610 msm8084 msm8916, \ + $(TARGET_BOARD_PLATFORM)),) common_flags += -DVENUS_COLOR_FORMAT common_flags += -DMDSS_TARGET endif |
