Snap for 10106040 from e250e70e59 to udc-release

Change-Id: Ia5d7ef03a8d4f5c045a09bcc96fdc45ad8c3a398
This commit is contained in:
Android Build Coastguard Worker 2023-05-10 23:03:37 +00:00
commit ccacb129ef
3 changed files with 17 additions and 2 deletions

View file

@ -205,7 +205,7 @@ PRODUCT_SOONG_NAMESPACES += \
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=5 ro.vendor.build.svn=6
# Vibrator HAL # Vibrator HAL
PRODUCT_VENDOR_PROPERTIES +=\ PRODUCT_VENDOR_PROPERTIES +=\
@ -300,6 +300,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Camera # Camera
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.camera.adjust_backend_min_freq_for_1p_front_video_1080p_30fps=1 \
persist.vendor.camera.extended_launch_boost=1 \ persist.vendor.camera.extended_launch_boost=1 \
persist.vendor.camera.optimized_tnr_freq=1 \ persist.vendor.camera.optimized_tnr_freq=1 \
persist.vendor.camera.raise_buf_allocation_priority=1 \ persist.vendor.camera.raise_buf_allocation_priority=1 \

View file

@ -4,7 +4,7 @@ GOOGLE_CONFIG_FP_STATUS=1
FPC_CONFIG_TRUSTY_CLEAN_TA=1 FPC_CONFIG_TRUSTY_CLEAN_TA=1
else else
# Non factory build, use fingerprint AIDL version # Non factory build, use fingerprint AIDL version
GOOGLE_CONFIG_POWER_NODE=/dev/input/event1 GOOGLE_CONFIG_POWER_NODE=/dev/input/event2
GOOGLE_CONFIG_DP_COUNT=2 GOOGLE_CONFIG_DP_COUNT=2
GOOGLE_CONFIG_FP_STATUS=1 GOOGLE_CONFIG_FP_STATUS=1
endif endif

View file

@ -345,6 +345,7 @@
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq", "Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
"Values": [ "Values": [
"664000", "664000",
"233000",
"67000" "67000"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -364,6 +365,7 @@
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq", "Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
"Values": [ "Values": [
"664000", "664000",
"233000",
"67000" "67000"
], ],
"ResetOnInit": true "ResetOnInit": true
@ -1361,6 +1363,18 @@
"Duration": 0, "Duration": 0,
"Value": "302000" "Value": "302000"
}, },
{
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
"Node": "INTCAMFreq",
"Duration": 0,
"Value": "233000"
},
{
"PowerHint": "CAMERA_ADJUST_BACKEND_MIN_FREQ",
"Node": "TNRFreq",
"Duration": 0,
"Value": "233000"
},
{ {
"PowerHint": "CAMERA_TNR_LOW", "PowerHint": "CAMERA_TNR_LOW",
"Node": "TNRMaxFreq", "Node": "TNRMaxFreq",