[L10] Camera: Enable the product properties.

1. Raise buffer allocation priority
2. Extended cpu boost

Bug: 235442093
Test: GCA
Change-Id: I5bb05e32f0cd79e9fd91a9ae2998cf29da65a7b0
This commit is contained in:
Shanmuga Pandi M 2022-06-09 07:44:47 +00:00 committed by TreeHugger Robot
parent 8a2868771d
commit 0049c388b8

View file

@ -178,3 +178,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
NoCutoutOverlay \ NoCutoutOverlay \
AvoidAppsInCutoutOverlay AvoidAppsInCutoutOverlay
# Camera
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.extended_launch_boost=1 \
persist.vendor.camera.raise_buf_allocation_priority=1