sm6375-coommon: remove OMX

* OMX HW video codecs are no longer used after enabling Codec2
 * OMX HW audio codecs won't work without QCOM A/V enhancements, which
   we don't have on Lineage.

Change-Id: I65852151c8fb6387add5fc4402ba3f13c97b5f64
This commit is contained in:
Moeta Yuko 2025-01-17 14:26:27 +05:30 committed by Anand S
commit 0b4dabfaba
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
3 changed files with 4 additions and 51 deletions

View file

@ -253,6 +253,10 @@ PRODUCT_PACKAGES += \
android.hardware.keymaster@4.1.vendor
# Media
PRODUCT_PACKAGES += \
libcodec2_hidl@1.0.vendor \
libcodec2_vndk.vendor
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/media/init.qti.media.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.qti.media.sh \
$(LOCAL_PATH)/media/init.qti.media.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.qti.media.rc
@ -290,21 +294,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.neuralnetworks@1.3.vendor
# OMX
PRODUCT_PACKAGES += \
libcodec2_hidl@1.0.vendor \
libcodec2_vndk.vendor \
libmm-omxcore \
libOmxAacEnc \
libOmxAmrEnc \
libOmxCore \
libOmxEvrcEnc \
libOmxG711Enc \
libOmxQcelp13Enc \
libstagefrighthw \
libstagefright_softomx.vendor \
libstagefright_softomx_plugin.vendor
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \