summaryrefslogtreecommitdiffstats
path: root/device_base.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-09-25 22:29:33 -0400
committerJustin White <just6979@gmail.com>2012-10-03 16:15:39 -0400
commitea23b2ce072f06109b031e64c90225fa085f0273 (patch)
treeec686019c323432d678caff0ca1f70b17323bcaf /device_base.mk
parent9d465e6c311253369d277e7e8190b577a721c9dd (diff)
downloaddevice_samsung_crespo-ea23b2ce072f06109b031e64c90225fa085f0273.zip
device_samsung_crespo-ea23b2ce072f06109b031e64c90225fa085f0273.tar.gz
device_samsung_crespo-ea23b2ce072f06109b031e64c90225fa085f0273.tar.bz2
crespo: Add and enable Power HAL
This is a squash of the following commits: crespo: Add Power HAL (for userspace CPU boosting) The majority of this commit is by Steve Kondik for the D2, modified by Daniel Bateman and Pawit Pornkitprasan for aries, and Justin White for crespo. crespo: Build power HAL Add support bits for power HAL to be built. From patch http://review.cyanogenmod.com/#/c/23867/ Power HAL: Remove sampling rate change Sampling rate change causes stutter while playing music. Stutter appears randomly, but has a higher chance of appearing when the screen goes from off to on. Change-Id: Ic0f6aa3c36adc26322a1359068797eac10387e9c
Diffstat (limited to 'device_base.mk')
-rw-r--r--device_base.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device_base.mk b/device_base.mk
index e667658..a070b4d 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -140,7 +140,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
lights.s5pc110 \
hwcomposer.s5pc110 \
- sensors.herring
+ sensors.herring \
+ power.s5pc110
# Torch
PRODUCT_PACKAGES += \