diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index ebbd4753..866b3512 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -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_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 # Start bootanimation class before mount start bootanim diff --git a/device.mk b/device.mk index 41c2f954..04f5fcd3 100644 --- a/device.mk +++ b/device.mk @@ -1155,6 +1155,7 @@ include hardware/google/pixel/wifi_ext/device.mk # Battery Stats Viewer PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer +PRODUCT_PACKAGES += dump_power_gs201.sh # Install product specific framework compatibility matrix # (TODO: b/169535506) This includes the FCM for system_ext and product partition.