power: Drop default POWER_HINT_INTERACTION routine

 * These boost resources were introduced years ago and are no longer
   suitable for modern SoCs. Each SoC should implement its own boost
   resource in either platform specific power HAL source file or perf
   HAL.
 * Starting from LineageOS 15.1, recent SoCs no longer handle
   POWER_HINT_INTERACTION in the power HAL, so power_hint_override
   returns HINT_NONE and the default routine is always executed. E.g, on
   msm8996 little cluster is always boosted to max frequency on touch,
   which causes a huge battery drain.
 * As a bonus, the "Failed to apply optimization" errors are gone.

Change-Id: I322f23f40fc5da7485f2c7a6cf8ee952d0fb94c6
1 file changed