Browse Source

Enable the flag to increase thread priority for nodes stop am: 5b9468e287 am: af346a813c

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/19991927

Change-Id: Ifa3fce8be751c673443013489c0d4832c91e8bbd
Signed-off-by: Automerger Merge Worker <[email protected]>
Shanmuga Pandi M 2 years ago
parent
commit
199fbbc1c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      device-lynx.mk

+ 4 - 0
device-lynx.mk

@@ -224,6 +224,10 @@ PRODUCT_VENDOR_PROPERTIES += \
 PRODUCT_VENDOR_PROPERTIES += \
     persist.vendor.camera.1080P_60fps_binning_except_rear_main=true
 
+# Increase thread priority for nodes stop
+PRODUCT_VENDOR_PROPERTIES += \
+    persist.vendor.camera.increase_thread_priority_nodes_stop=true
+
 # OIS with system imu
 PRODUCT_VENDOR_PROPERTIES += \
     persist.vendor.camera.ois_with_system_imu=true