Snap for 10106040 from e250e70e59
to udc-release
Change-Id: Ia5d7ef03a8d4f5c045a09bcc96fdc45ad8c3a398
This commit is contained in:
commit
ccacb129ef
3 changed files with 17 additions and 2 deletions
|
@ -205,7 +205,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
|
||||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=5
|
||||
ro.vendor.build.svn=6
|
||||
|
||||
# Vibrator HAL
|
||||
PRODUCT_VENDOR_PROPERTIES +=\
|
||||
|
@ -300,6 +300,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Camera
|
||||
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.optimized_tnr_freq=1 \
|
||||
persist.vendor.camera.raise_buf_allocation_priority=1 \
|
||||
|
|
|
@ -4,7 +4,7 @@ GOOGLE_CONFIG_FP_STATUS=1
|
|||
FPC_CONFIG_TRUSTY_CLEAN_TA=1
|
||||
else
|
||||
# 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_FP_STATUS=1
|
||||
endif
|
||||
|
|
|
@ -345,6 +345,7 @@
|
|||
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
|
||||
"Values": [
|
||||
"664000",
|
||||
"233000",
|
||||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
|
@ -364,6 +365,7 @@
|
|||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
||||
"Values": [
|
||||
"664000",
|
||||
"233000",
|
||||
"67000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
|
@ -1361,6 +1363,18 @@
|
|||
"Duration": 0,
|
||||
"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",
|
||||
"Node": "TNRMaxFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue