diff options
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index 997ba87..60f6a79 100644 --- a/properties.mk +++ b/properties.mk @@ -96,6 +96,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ vendor.video.disable.ubwc=1 \ vidc.enc.dcvs.extra-buff-count=2 +# Codec2 switch +PRODUCT_PROPERTY_OVERRIDES += \ + debug.media.codec2=2 + # CNE PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ persist.vendor.cne.feature=1 |