summaryrefslogtreecommitdiffstats
path: root/charger/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'charger/Android.mk')
-rw-r--r--charger/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/charger/Android.mk b/charger/Android.mk
index b9d3473..c63542c 100644
--- a/charger/Android.mk
+++ b/charger/Android.mk
@@ -28,7 +28,7 @@ LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
LOCAL_STATIC_LIBRARIES += libsuspend
endif
-LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils liblog libm libc
+LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils liblog libm libc libutils
include $(BUILD_EXECUTABLE)