From 63624470932c50a517b0e79693cb3d7622a10e34 Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 12 Aug 2024 12:48:36 +0200 Subject: [PATCH] sm8450-common: Kill libstagefrighthw This will not be loaded when vendor.media.omx=0 is set Change-Id: I6c87910028feae4c0711ce9bfc0ed2fb5e7445c0 --- common.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common.mk b/common.mk index 612c7f6..e7f27a8 100644 --- a/common.mk +++ b/common.mk @@ -289,9 +289,7 @@ PRODUCT_PACKAGES += \ # Media PRODUCT_PACKAGES += \ - libOmxCore \ - libcodec2_hidl@1.0.vendor \ - libstagefrighthw + libcodec2_hidl@1.0.vendor PRODUCT_PACKAGES += \ init.qti.media.rc \