Add system property for camera OIS with system imu
Bug: 240851527 Test: in-rom GCA Change-Id: I80d33ab2ef9e7e2fc3acf33580f8e333988b62f2
This commit is contained in:
parent
5b4958877a
commit
e8a4f8b29b
1 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.camera.1080P_60fps_binning_except_rear_main=true
|
persist.vendor.camera.1080P_60fps_binning_except_rear_main=true
|
||||||
|
|
||||||
|
# OIS with system imu
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
persist.vendor.camera.ois_with_system_imu=true
|
||||||
|
|
||||||
# Device features
|
# Device features
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||||
|
|
Loading…
Reference in a new issue