diff options
author | Pawin Vongmasa <pawin@google.com> | 2019-03-12 19:56:00 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 9b99de7383e8f965c716596c0825e7c92ebff6dd (patch) | |
tree | 3f891d011440ace64fc8b7611e0a758eee63d1ae /sdm660.mk | |
parent | 13665fa7546991744c74555deecaa394f98535cb (diff) |
sdm660-common: Enable Codec2
Drop framework_manifest.xml part as the hal is already parsed.
Don't bring in the c2 xml files as CAF squashed the c2
support in the already existing media codecs.
Change-Id: Ibe051f4b19c2dbb0a208e751a3b7a332a329b447
Signed-off-by: celtare21 <celtare21@gmail.com>
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -161,6 +161,11 @@ PRODUCT_PACKAGES += \ android.hardware.camera.provider@2.5 \ vendor.qti.hardware.camera.device@1.0 +# Codec2 modules +PRODUCT_PACKAGES += \ + com.android.media.swcodec \ + libsfplugin_ccodec + # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ cneapiclient \ |