summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-08-24 02:53:40 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-24 02:53:40 +0200
commit51aa144d2626d2200401e94129df999821e35a63 (patch)
treeb4b6ce37a06239492b31f00a30c46c2dac00c716
parentam e630d945: am 6a693d57: Merge "Fixed warnings in libmtdutils" (diff)
parentMerge "Add libm due to libpng dependency." into jb-mr1-dev (diff)
downloadandroid_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar.gz
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar.bz2
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar.lz
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar.xz
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.tar.zst
android_bootable_recovery-51aa144d2626d2200401e94129df999821e35a63.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)