Merge "Camera: Enable the product properties" into udc-qpr-dev am: bb612992ca
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24145325 Change-Id: I4d9095d0fc9717f832c413c53ffbde8b1231164a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
17b9958d9e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue