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 \