Snap for 10068852 from 9fd00f36cb to udc-release

Change-Id: I68bdb6ae4bbd320b9a25937fc5326c8d51e3c999
This commit is contained in:
Android Build Coastguard Worker 2023-05-04 23:02:51 +00:00
commit 931f618d05
2 changed files with 4 additions and 0 deletions

View file

@ -342,6 +342,9 @@ on init
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu6_memlat@17000010/mem_latency/ratio_ceil 3200 write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu6_memlat@17000010/mem_latency/ratio_ceil 3200
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu7_memlat@17000010/mem_latency/ratio_ceil 3200 write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu7_memlat@17000010/mem_latency/ratio_ceil 3200
# Set boost_adpf_prio, -1 by default
write /proc/vendor_sched/boost_adpf_prio ${persist.device_config.vendor_system_native_boot.boost_adpf_prio:--1}
on late-fs on late-fs
# Start bootanimation class before mount # Start bootanimation class before mount
start bootanim start bootanim

View file

@ -1155,6 +1155,7 @@ include hardware/google/pixel/wifi_ext/device.mk
# Battery Stats Viewer # Battery Stats Viewer
PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer
PRODUCT_PACKAGES += dump_power_gs201.sh
# Install product specific framework compatibility matrix # Install product specific framework compatibility matrix
# (TODO: b/169535506) This includes the FCM for system_ext and product partition. # (TODO: b/169535506) This includes the FCM for system_ext and product partition.