Ver Fonte

[L10] Camera: Enable the product properties.

1. Raise buffer allocation priority
2. Extended cpu boost

Bug: 235442093
Test: GCA
Change-Id: I5bb05e32f0cd79e9fd91a9ae2998cf29da65a7b0
Shanmuga Pandi M há 2 anos atrás
pai
commit
0049c388b8
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      device-lynx.mk

+ 5 - 0
device-lynx.mk

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