From: Jan Altensen Date: Fri, 10 Apr 2020 20:38:48 +0000 (+0200) Subject: exynos7580: only build en/decoders that we support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=refs%2Fheads%2Flineage-17.1;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos7580.git exynos7580: only build en/decoders that we support Change-Id: I8af1978537fbcaa850ccfa6aea3f5a23984f63e9 --- diff --git a/exynos7580.mk b/exynos7580.mk index d505c81..648ab29 100644 --- a/exynos7580.mk +++ b/exynos7580.mk @@ -16,15 +16,13 @@ # video codecs PRODUCT_PACKAGES := \ - libOMX.Exynos.MPEG4.Decoder \ libOMX.Exynos.AVC.Decoder \ - libOMX.Exynos.WMV.Decoder \ - libOMX.Exynos.VP8.Decoder \ - libOMX.Exynos.HEVC.Decoder \ - libOMX.Exynos.MPEG4.Encoder \ libOMX.Exynos.AVC.Encoder \ + libOMX.Exynos.MPEG4.Decoder \ + libOMX.Exynos.MPEG4.Encoder \ + libOMX.Exynos.VP8.Decoder \ libOMX.Exynos.VP8.Encoder \ - libOMX.Exynos.HEVC.Encoder + libOMX.Exynos.WMV.Decoder # stagefright and device specific modules PRODUCT_PACKAGES += \