summaryrefslogtreecommitdiffstats
path: root/charger
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 22:03:45 -0700
committerYing Wang <wangying@google.com>2013-04-09 22:03:45 -0700
commit083b5ccba345ed2b4950454f16bd89c5d86b6b27 (patch)
tree4ee4bf33ff25e4ffbb9c06bacce9507ed6d14997 /charger
parent7716aef138e8029357a7b3dc6a73b41f4de4b0ad (diff)
downloadsystem_core-083b5ccba345ed2b4950454f16bd89c5d86b6b27.tar.gz
system_core-083b5ccba345ed2b4950454f16bd89c5d86b6b27.tar.bz2
system_core-083b5ccba345ed2b4950454f16bd89c5d86b6b27.zip
Add liblog
Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
Diffstat (limited to 'charger')
-rw-r--r--charger/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/charger/Android.mk b/charger/Android.mk
index 02586042f..b9d3473cc 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 libm libc
+LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils liblog libm libc
include $(BUILD_EXECUTABLE)