summaryrefslogtreecommitdiffstats
path: root/charger
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-08-23 15:17:09 -0700
committerStephen Hines <srhines@google.com>2012-08-23 15:17:09 -0700
commitc60e6e7e585551fa97cac2ac71dc1ddf54cd0242 (patch)
tree45b5ad79564dfa3853e7b13d5ba45ecfd817ee8b /charger
parent6302b420554724c1434e27e2cd46cb43f5fb7bca (diff)
downloadsystem_core-c60e6e7e585551fa97cac2ac71dc1ddf54cd0242.tar.gz
system_core-c60e6e7e585551fa97cac2ac71dc1ddf54cd0242.tar.bz2
system_core-c60e6e7e585551fa97cac2ac71dc1ddf54cd0242.zip
Link directly with libm due to libpng dependency.
Change-Id: I9a9b8c3db025b8391b6a0e96ca24ed9cda3ab9a2
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 5367a9804..de9b1843f 100644
--- a/charger/Android.mk
+++ b/charger/Android.mk
@@ -17,7 +17,7 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
-LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils libc
+LOCAL_STATIC_LIBRARIES += libz libstdc++ libcutils libm libc
include $(BUILD_EXECUTABLE)