[F10] Camera: Enable the product properties.

1. Raise buffer allocation priority
2. Extended cpu boost

Bug: 243607128
Test: GCA
Change-Id: Icc70f68c7af81196a0fb531d8699270fb8c6afc7
This commit is contained in:
Shanmuga Pandi M 2022-08-24 03:03:49 +00:00
parent fc210a7534
commit 9ef3632eff

View file

@ -255,3 +255,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
# Control camera exif model/make redaction # Control camera exif model/make redaction
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.redact_exif=1 persist.camera.redact_exif=1
# Camera
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.extended_launch_boost=1 \
persist.vendor.camera.raise_buf_allocation_priority=1