From 79c4f8eda067ea8cb2c9e82c743ea5dad4d63c9f Mon Sep 17 00:00:00 2001 From: fjrXTR Date: Wed, 17 Jul 2024 14:43:25 +0800 Subject: [PATCH] LG8n: build more media required libs Signed-off-by: Shirayuki39 --- device.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index ae8d1be..7f62b27 100644 --- a/device.mk +++ b/device.mk @@ -261,8 +261,14 @@ PRODUCT_PACKAGES += \ # Media PRODUCT_PACKAGES += \ - libcodec2_hidl@1.1.vendor \ - libcodec2_hidl@1.2.vendor \ + android.hardware.media.c2@1.0.vendor:64 \ + android.hardware.media.c2@1.1.vendor:64 \ + android.hardware.media.c2@1.2.vendor:64 \ + libcodec2_hidl@1.2.vendor:64 \ + libcodec2_hidl_plugin:64 \ + libcodec2_vndk.vendor:64 \ + libeffects:64 \ + libeffectsconfig.vendor:64 \ libavservices_minijail_vendor \ libstagefright_softomx_plugin.vendor \ libsfplugin_ccodec_utils.vendor \