Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bffa44d authored by Banajit Goswami's avatar Banajit Goswami Committed by Gerrit - the friendly Code Review server
Browse files

hal: enable compilation of EDID for Thulium target

Thulium target has support for HDMI. Enabled compilation of
file for HDMI EDID support on Thulium target.

Change-Id: I605f4c57a14ff9fcfa064a9ebda996cef349f91b
parent e0b22e0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ LOCAL_SRC_FILES += audio_extn/audio_extn.c \
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr

ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter msm8994 msm8992 thulium,$(TARGET_BOARD_PLATFORM)),)
    LOCAL_SRC_FILES += edid.c
endif