소스 검색

[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 2 년 전
부모
커밋
0049c388b8
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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