From 07aacd2a067df13e5b4fc07ec978c0d127073b61 Mon Sep 17 00:00:00 2001 From: Simon Shields Date: Thu, 11 Feb 2016 23:43:38 +1100 Subject: i9300: initial pegasusq powerhal * based off flo * powersave (3 core max/1GHz), balanced (current defaults), and performance (back off on downscaling) * support for separate low power profiles (activated on screen off) PS2: low power + min/max cpu freq support PS3: whitespace fixes PS4: apparently POWER_HINT_LOW_POWER means PROFILES[POWER_SAVE]. Change-Id: I786a9e0e35fcc1dba1510baa13493ecf261bdfcc --- i9300.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i9300.mk') diff --git a/i9300.mk b/i9300.mk index 0b14d57..8a2c01a 100644 --- a/i9300.mk +++ b/i9300.mk @@ -39,6 +39,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ sensors.smdk4x12 +# Power +PRODUCT_PACKAGES += \ + power.smdk4x12 + # Gps PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml \ -- cgit v1.1