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>
This commit is contained in:
Pawin Vongmasa 2019-03-12 19:56:00 -07:00 committed by Max Weffers
parent 6bb02d88cb
commit 15e0315162
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 9 additions and 0 deletions

View file

@ -64,6 +64,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.exif.make=Xiaomi \
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera,com.qualcomm.qti.qmmi
# Codec2 switch
PRODUCT_PROPERTY_OVERRIDES += \
debug.media.codec2=2
# Dalvik
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapgrowthlimit=256m \

View file

@ -181,6 +181,11 @@ PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl:32 \
android.hardware.camera.provider@2.4-service
# Codec2 modules
PRODUCT_PACKAGES += \
com.android.media.swcodec \
libsfplugin_ccodec
# Connectivity Engine support (CNE)
PRODUCT_PACKAGES += \
cneapiclient \