Skip to content

Commit

Permalink
HDMI: Fix the board flag for CM9
Browse files Browse the repository at this point in the history
We use a less generic TARGET_QCOM_HDMI_OUT for qcom targets, which
covers both the HALs and the addons to SF

Change-Id: I4fd4ba6373c86601717bd214d549d2db2d27254e
  • Loading branch information
rmcc committed Mar 29, 2012
1 parent 0bf5f78 commit e8316e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libgralloc/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifeq ($(call is-board-platform,msm7627_surf msm7627_6x),true)
LOCAL_CFLAGS += -DTARGET_MSM7x27
endif

ifeq ($(TARGET_HAVE_HDMI_OUT),true)
ifeq ($(TARGET_QCOM_HDMI_OUT),true)
LOCAL_CFLAGS += -DHDMI_DUAL_DISPLAY -DQCOM_HDMI_OUT
LOCAL_C_INCLUDES += hardware/qcom/display/liboverlay
LOCAL_SHARED_LIBRARIES += liboverlay
Expand Down
2 changes: 1 addition & 1 deletion libhwcomposer/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LOCAL_C_INCLUDES += hardware/qcom/display/libcopybit
LOCAL_C_INCLUDES += hardware/qcom/display/libgenlock
LOCAL_C_INCLUDES += hardware/qcom/display/libqcomui

ifeq ($(TARGET_HAVE_HDMI_OUT),true)
ifeq ($(TARGET_QCOM_HDMI_OUT),true)
LOCAL_CFLAGS += -DHDMI_DUAL_DISPLAY
endif
ifeq ($(TARGET_USES_OVERLAY),true)
Expand Down

0 comments on commit e8316e8

Please sign in to comment.