summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-08-24 02:50:26 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-24 02:50:27 +0200
commit3474ab2888838e512c6bcff588fa88f02c81135f (patch)
treeb4b6ce37a06239492b31f00a30c46c2dac00c716
parentam 6a693d57: Merge "Fixed warnings in libmtdutils" (diff)
parentAdd libm due to libpng dependency. (diff)
downloadandroid_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar.gz
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar.bz2
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar.lz
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar.xz
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.tar.zst
android_bootable_recovery-3474ab2888838e512c6bcff588fa88f02c81135f.zip
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1c78b4287..215cfe569 100644
--- a/Android.mk
+++ b/Android.mk
@@ -47,6 +47,7 @@ LOCAL_STATIC_LIBRARIES := \
libpng \
libcutils \
libstdc++ \
+ libm \
libc
ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)