diff options
| author | AngeloGioacchino Del Regno <kholk11@gmail.com> | 2020-02-01 12:34:01 +0100 |
|---|---|---|
| committer | AngeloGioacchino Del Regno <kholk11@gmail.com> | 2020-02-01 12:34:01 +0100 |
| commit | 64cfaf3715ec64e040dc978de7fcba4f07807b04 (patch) | |
| tree | af6c6afedca1116768a4ad55cf0a2b26a50d35d4 | |
| parent | fe199c9bbba2cd3a932fc39a569342cce4a59cb8 (diff) | |
hw: qcom: media: Use media HAL at sdm660-libion for legacy on k4.14
This is a media HAL port for the new libion found in kernel 4.14
that will work with the new ION API kernel driver ported from 4.9
for legacy SoCs in the range of msm8956 to sdm660, excluding
SDM845, which will be kept on the SM8150 codebase.
| -rw-r--r-- | hardware/qcom/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware/qcom/Android.mk b/hardware/qcom/Android.mk index 9e0b211..cef0f9c 100644 --- a/hardware/qcom/Android.mk +++ b/hardware/qcom/Android.mk @@ -22,7 +22,7 @@ display-hal := hardware/qcom/display/sde ifneq ($(filter $(QCOM_NEW_MEDIA_PLATFORM), $(TARGET_BOARD_PLATFORM)),) QCOM_MEDIA_ROOT := hardware/qcom/media/sm8150 else -QCOM_MEDIA_ROOT := hardware/qcom/media/msm8998 +QCOM_MEDIA_ROOT := hardware/qcom/media/sdm660-libion endif OMX_VIDEO_PATH := mm-video-v4l2 |
