summaryrefslogtreecommitdiffstats
path: root/charger/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 23:25:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-09 23:25:24 -0700
commit39f6dd65f9be1aeb40438dac180ab046e4b8a335 (patch)
tree858bb5c0b699bf3fbc50fee29d5d6f673161350c /charger/Android.mk
parent5cad7119761d3074497fbf33f2cd5854ae5c19d6 (diff)
parent129b6d907b3c32a0f0a2e4fc585502484d47a1e4 (diff)
downloadsystem_core-39f6dd65f9be1aeb40438dac180ab046e4b8a335.zip
system_core-39f6dd65f9be1aeb40438dac180ab046e4b8a335.tar.gz
system_core-39f6dd65f9be1aeb40438dac180ab046e4b8a335.tar.bz2
am 129b6d90: am 083b5ccb: Add liblog
* commit '129b6d907b3c32a0f0a2e4fc585502484d47a1e4': Add liblog
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 0258604..b9d3473 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)