From 669fc34984c2ca3298efcdc86cf332cfc70bbf08 Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Mon, 4 Jun 2018 22:58:36 +0530 Subject: [PATCH] whyred: Enable QCOM OMX codec targets --- device.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/device.mk b/device.mk index c487b73..da70445 100644 --- a/device.mk +++ b/device.mk @@ -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_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 inherit-product, vendor/xiaomi/whyred/whyred-vendor.mk)