Enable Codec2
This commit is contained in:
parent
b4a746c5ee
commit
7b47bb4a7e
2 changed files with 8 additions and 3 deletions
|
@ -150,6 +150,11 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Snap
|
Snap
|
||||||
|
|
||||||
|
# Codec2 modules
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.android.media.swcodec \
|
||||||
|
libsfplugin_ccodec
|
||||||
|
|
||||||
# Connectivity Engine support (CNE)
|
# Connectivity Engine support (CNE)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libcnefeatureconfig
|
libcnefeatureconfig
|
||||||
|
|
|
@ -44,6 +44,9 @@ ro.qualcomm.bluetooth.map=true
|
||||||
persist.camera.gyro.disable=0
|
persist.camera.gyro.disable=0
|
||||||
persist.camera.imglib.fddsp=0
|
persist.camera.imglib.fddsp=0
|
||||||
|
|
||||||
|
# Codec2 switch
|
||||||
|
debug.media.codec2=2
|
||||||
|
|
||||||
# CNE
|
# CNE
|
||||||
#persist.vendor.cne.feature=1
|
#persist.vendor.cne.feature=1
|
||||||
|
|
||||||
|
@ -64,9 +67,6 @@ ro.qcom.ad=1
|
||||||
# DRM
|
# DRM
|
||||||
drm.service.enabled=true
|
drm.service.enabled=true
|
||||||
|
|
||||||
#property to enable fingerprint
|
|
||||||
persist.qfp=false
|
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
debug.egl.hw=1
|
debug.egl.hw=1
|
||||||
debug.gralloc.enable_fb_ubwc=1
|
debug.gralloc.enable_fb_ubwc=1
|
||||||
|
|
Loading…
Reference in a new issue