Merge "suspend: enable adaptive suspend" into udc-d1-dev am: 39e92da0f5
am: d352b5dda0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/23604035 Change-Id: I5550cb7b96005d38b42701f6c696a8463695fdc1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ec6ccb8234
1 changed files with 3 additions and 1 deletions
|
@ -1091,7 +1091,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Suspend properties
|
# Suspend properties
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
suspend.short_suspend_threshold_millis=5000
|
suspend.short_suspend_threshold_millis=2000 \
|
||||||
|
suspend.max_sleep_time_millis=40000 \
|
||||||
|
suspend.short_suspend_backoff_enabled=true
|
||||||
|
|
||||||
# Enable Incremental on the device
|
# Enable Incremental on the device
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue