Add system property for camera OIS with system imu
Bug: 268310875 Test: in-rom AOSP camera Change-Id: Ib0dbe665879024b24ac8c1bc99407383a39e08ab Merged-In: Ib0dbe665879024b24ac8c1bc99407383a39e08ab
This commit is contained in:
parent
7a8efd540a
commit
f37124db7c
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
vendor.camera.debug.force_dpm_on=0
|
||||
|
||||
# OIS with system imu
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.camera.ois_with_system_imu=true
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.vibrator.hal.supported_primitives=243 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue