charger: fix build
Looks like libsuspend is not available on all platforms. Change-Id: Ic32dc93221f3c488e846da35235f247f4ddb4c69 Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
9255713bcf
commit
40156b8a91
1 changed files with 2 additions and 0 deletions
|
|
@ -41,7 +41,9 @@
|
|||
#include <cutils/misc.h>
|
||||
#include <cutils/uevent.h>
|
||||
|
||||
#ifdef CHARGER_ENABLE_SUSPEND
|
||||
#include <suspend/autosuspend.h>
|
||||
#endif
|
||||
|
||||
#include "minui/minui.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue