From e1ec385f37cd9e02ce8cb29104f421df56d4ae2d Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 22:33:32 +0100 Subject: [PATCH] sm8250-common: build OMX packages and libavservices_minijail --- sm8250.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sm8250.mk b/sm8250.mk index d3447af..12db4e3 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -165,10 +165,26 @@ PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml +PRODUCT_PACKAGES += \ + libavservices_minijail \ + libavservices_minijail.vendor + # Net PRODUCT_PACKAGES += \ netutils-wrapper-1.0 +# OMX +PRODUCT_PACKAGES += \ + libOmxAacEnc \ + libOmxAmrEnc \ + libOmxCore \ + libOmxEvrcEnc \ + libOmxG711Enc \ + libOmxQcelp13Enc \ + libOmxVdec \ + libOmxVenc \ + libstagefrighthw + # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.biometrics.face.xml \