diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2013-02-03 22:25:13 +0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-02-12 05:14:21 -0800 |
commit | fd227aca788c173aa20deacf8c7bf26c5304782b (patch) | |
tree | 7af15df6f5b47051ebcfb4e4d9d2d5d081857cd8 | |
parent | 6cd26085227d2ab46a4603752817369713f0ca44 (diff) | |
download | device_samsung_aries-common-fd227aca788c173aa20deacf8c7bf26c5304782b.zip device_samsung_aries-common-fd227aca788c173aa20deacf8c7bf26c5304782b.tar.gz device_samsung_aries-common-fd227aca788c173aa20deacf8c7bf26c5304782b.tar.bz2 |
aries-common: use Google's charger suspend implementation
In AOSP 4.2.1_r1.2, Google introduced an implementation of suspend in
charger.
Change-Id: I4e7cfc67471ce3f93310d4625182b80170d87432
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index faf7f60..1a258b0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -122,7 +122,7 @@ BOARD_ALLOW_EGL_HIBERNATION := true BOARD_CUSTOM_VSYNC_IOCTL := true # Suspend in charger to disable capacitive keys -BOARD_ALLOW_SUSPEND_IN_CHARGER := true +BOARD_CHARGER_ENABLE_SUSPEND := true # Include aries specific stuff -include device/samsung/aries-common/Android.mk |