Merge "Add system property for camera OIS with system imu"

This commit is contained in:
Horng Chuang 2023-02-22 02:35:40 +00:00 committed by Android (Google) Code Review
commit aa98fb5754

View file

@ -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 \