summaryrefslogtreecommitdiffstats
path: root/charger/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add liblogYing Wang2013-04-091-1/+1
| | | | | Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
* charger: suspend enable in charger modechoongryeol.lee2012-12-061-0/+7
| | | | | | | | | To reduce power consumption after charging completion, enable suspend when LCD is turned off. Bug: 7429504 Change-Id: I34731dc392661c9051a20cea74f70d94a8aaeb42 Signed-off-by: Iliyan Malchev <malchev@google.com>
* charger: allow devices to skip the initial display blankDima Zavin2012-10-121-0/+4
| | | | | | | | | | | | | | | The theory behind the blank was that the kernel would not re-initilize the display on boot (and leave it to whatever the bootloader configured it to) until after the first blank request. On some devices, the bootloader does not turn the screen on, but it's done by the kernel and thus. This makes the extra blank at start unnecessary. Bug: 7319529 Change-Id: I9ad9856186df6e9e23ebbe86e83b641423e16dcb Signed-off-by: Dima Zavin <dima@android.com>
* Link directly with libm due to libpng dependency.Stephen Hines2012-08-231-1/+1
| | | | Change-Id: I9a9b8c3db025b8391b6a0e96ca24ed9cda3ab9a2
* resolved conflicts for merge of 0052abda to masterDima Zavin2011-09-251-0/+26
|\ | | | | | | Change-Id: Ia33ac80949bebaafd1a012b7b131dc3960eca862
| * charger: update charger UI with official graphics and animationDima Zavin2011-09-251-0/+26
| | | | | | | | | | Change-Id: I1b36fa9e380797fe01812b57ac5d8c2c38857993 Signed-off-by: Dima Zavin <dima@android.com>
* | fix TINY_ANDROID build (exclude charger binary)Brian Swetland2011-09-201-0/+4
|/ | | | | Change-Id: I28157cbadcb208df517052336f652f5810048cc1 Signed-off-by: Brian Swetland <swetland@google.com>
* core: Add a standalone charger UI binaryDima Zavin2011-09-041-0/+20
This can be launched from an 'on charger' section in init, which is processed if androidboot.mode=charger is supplied on kernel command line. This is a standalone binary that has a simple "user interface" and allows the standard production kernel to run while charging. This removes the burden from the bootloader to get low-power mode working. Currently, the device will "power-on" (i.e. reboot) into normal mode if the power key is pressed for X seconds, and will also power down the device if the usb/ac cable is removed for Y seconds. Change-Id: I780594b99211cb09de7f8519a69c5962eb91348a Signed-off-by: Dima Zavin <dima@android.com>