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

Commit 0c716814 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Add support for parsing hdmi edid information for msm8992"

parents 48917271 0ceca2a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,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 ,$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
    LOCAL_SRC_FILES += edid.c
endif