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:
horngchuang 2023-02-09 17:58:18 +08:00
parent 7a8efd540a
commit f37124db7c

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 \