From fd227aca788c173aa20deacf8c7bf26c5304782b Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sun, 3 Feb 2013 22:25:13 +0700 Subject: 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 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1