From cc3f7707512a05edfb12ffd8697dd891d824857c Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Tue, 25 Jan 2022 01:48:18 +0600 Subject: [PATCH] sm7250-common: Build media Codec2 modules --- common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.mk b/common.mk index 2b738b7..fe1f2fa 100644 --- a/common.mk +++ b/common.mk @@ -513,6 +513,11 @@ PRODUCT_PACKAGES += \ libmm-omxcore \ android.hardware.media.c2@1.0.vendor +# Codec2 modules +PRODUCT_PACKAGES += \ + com.android.media.swcodec \ + libsfplugin_ccodec + # Enable Codec 2.0 PRODUCT_PACKAGES += \ libqcodec2_base \