Skip to content

Commit

Permalink
raphael: Build OMX service
Browse files Browse the repository at this point in the history
- I'm not going through the fuss to make Codec2 work on AOSP;
- Hence, let's build OMX service instead.
  • Loading branch information
cyberknight777 authored and kondors1995 committed Dec 7, 2023
1 parent e12ed5d commit b871265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ PRODUCT_COPY_FILES += \

# OMX
PRODUCT_PACKAGES += \
[email protected] \
libc2dcolorconvert \
[email protected] \
libcodec2_vndk.vendor \
Expand All @@ -412,7 +413,8 @@ PRODUCT_PACKAGES += \
libOmxQcelp13Enc \
libOmxVdec \
libOmxVenc \
libstagefrighthw
libstagefrighthw \
libstagefright_omx.vendor

# Partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
Expand Down

0 comments on commit b871265

Please sign in to comment.