Merge "Camera: Enable the product properties" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-07-28 07:22:01 +00:00 committed by Android (Google) Code Review
commit bb612992ca

View file

@ -64,6 +64,7 @@ PRODUCT_COPY_FILES += \
device/google/akita/media_profiles_akita.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.extended_launch_boost=1 \
vendor.camera.debug.enable_software_post_sharpen_node=false \
vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false
@ -220,6 +221,10 @@ PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=50p \
persist.device_config.configuration.disable_rescue_party=true
# Increase thread priority for nodes stop
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.increase_thread_priority_nodes_stop=true
# Fingerprint HAL
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
include device/google/gs101/fingerprint/udfps_common.mk