summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-03-22 05:17:29 -0700
committerSteve Kondik <steve@cyngn.com>2015-03-22 05:17:29 -0700
commitb2a7b8ef6a1fc4e2065841457b53b4f7fa6b4f23 (patch)
treecb34cd9cf9317588f1861750dc8e458c88f73d8d
parent4ad250bc28120f021b038a7e66aab94e55b4e386 (diff)
downloadandroid_system_vold-staging/cm-12.1.tar.gz
android_system_vold-staging/cm-12.1.tar.bz2
android_system_vold-staging/cm-12.1.zip
vold: Fix minivold linkage for MR1staging/cm-12.1
Change-Id: I9025d0d66f424da06861321da54d3fb1d0bd0055
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8632b2c..03a67ed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -169,7 +169,7 @@ LOCAL_SRC_FILES := vold.c
LOCAL_C_INCLUDES := $(common_c_includes)
LOCAL_CFLAGS := $(common_cflags) -DMINIVOLD
LOCAL_STATIC_LIBRARIES := libminivold
-LOCAL_STATIC_LIBRARIES += libc libstdc++ libstlport_static
+LOCAL_STATIC_LIBRARIES += libc libm libstdc++ libstlport_static
LOCAL_STATIC_LIBRARIES += $(common_static_libraries) $(common_libraries)
LOCAL_STATIC_LIBRARIES += libcrypto_static libvold
LOCAL_FORCE_STATIC_EXECUTABLE := true