add android

This commit is contained in:
Julian Sutter 2023-02-03 19:49:05 -08:00
parent cc43c74ee7
commit 711c24be52
2 changed files with 8 additions and 1 deletions

View file

@ -81,6 +81,8 @@
settings = {
CPU_BOOST_ON_BAT = 0;
CPU_SCALING_GOVERNOR_ON_BATTERY = "powersave";
CPU_SCALING_GOVERNOR_ON_AC= "performance";
CPU_ENERGY_PERF_POLICY_ON_AC= "balance_performance";
START_CHARGE_THRESH_BAT0 = 90;
STOP_CHARGE_THRESH_BAT0 = 97;
RUNTIME_PM_ON_BAT = "auto";