Snap for 7796944 from 4e2c3663e202b14e63564d59826b4ddcbfe5943e to tm-release
Change-Id: I48d20cafb3c53bbb21a18d80821b3d67d429b0ce
This commit is contained in:
commit
664d428a3d
2 changed files with 5 additions and 2 deletions
|
@ -729,8 +729,8 @@ on property:sys.boot_completed=1
|
|||
write /sys/kernel/vendor_sched/sf_uclamp_min 30
|
||||
write /sys/kernel/vendor_sched/sf_prefer_idle 1
|
||||
|
||||
# Setup cpu.shares to throttle background group at 5%
|
||||
write /dev/cpuctl/background/cpu.shares 1024
|
||||
# Setup cpu.shares to throttle background group at 15%
|
||||
write /dev/cpuctl/background/cpu.shares 4096
|
||||
write /dev/cpuctl/system/cpu.shares 20480
|
||||
# We only have system and background groups holding tasks and the groups below are empty
|
||||
write /dev/cpuctl/camera-daemon/cpu.shares 20480
|
||||
|
|
|
@ -1105,6 +1105,9 @@ include hardware/google/pixel/PixelLogger/PixelLogger.mk
|
|||
# Telephony
|
||||
include device/google/gs101/telephony/user.mk
|
||||
|
||||
# Wifi ext
|
||||
include hardware/google/pixel/wifi_ext/device.mk
|
||||
|
||||
# Battery Stats Viewer
|
||||
PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue