whyred: Enable QCOM OMX codec targets

This commit is contained in:
Vasishath Kaushal 2018-06-04 22:58:36 +05:30
parent 18762c347a
commit 669fc34984

View file

@ -116,5 +116,20 @@ PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
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.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
# OMX
PRODUCT_PACKAGES += \
libc2dcolorconvert \
libextmedia_jni \
libOmxAacEnc \
libOmxAmrEnc \
libOmxCore \
libOmxEvrcEnc \
libOmxQcelp13Enc \
libOmxVdec \
libOmxVenc \
libmm-omxcore \
libOmxG711Enc \
libstagefrighthw
# Call the proprietary setup # Call the proprietary setup
$(call inherit-product, vendor/xiaomi/whyred/whyred-vendor.mk) $(call inherit-product, vendor/xiaomi/whyred/whyred-vendor.mk)