Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40156b8a authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

charger: fix build



Looks like libsuspend is not available on all platforms.

Change-Id: Ic32dc93221f3c488e846da35235f247f4ddb4c69
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent 9255713b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"