From 7434303b023d35966c5c889f1cc210986f02f378 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Tue, 20 Oct 2020 01:53:52 +0300 Subject: [PATCH] sm6250-common: build media stack from source --- common.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/common.mk b/common.mk index b65903f..9eebf58 100644 --- a/common.mk +++ b/common.mk @@ -213,6 +213,18 @@ PRODUCT_PACKAGES += \ android.hardware.light@2.0-service.xiaomi_sm6250 # Media +PRODUCT_PACKAGES += \ + libmm-omxcore \ + libOmxAacEnc \ + libOmxAmrEnc \ + libOmxCore \ + libOmxEvrcEnc \ + libOmxG711Enc \ + libOmxQcelp13Enc \ + libOmxVdec \ + libOmxVenc \ + libstagefrighthw + PRODUCT_COPY_FILES += \ $(call find-copy-subdir-files,*,$(LOCAL_PATH)/media/,$(TARGET_COPY_OUT_VENDOR)/etc)