aboutsummaryrefslogtreecommitdiff
path: root/daemon/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-04-08 12:38:32 -0700
committerJeff Brown <jeffbrown@google.com>2011-04-08 14:31:53 -0700
commit6e67eb0359ee670a3eccd17dcc7eb0ffa3531d7b (patch)
tree6d74cab844202f74691ce399c376db2d28df2808 /daemon/Android.mk
parentf06448bab14aaf2822dc8360c44387ff8115281a (diff)
downloadoprofile-6e67eb0359ee670a3eccd17dcc7eb0ffa3531d7b.tar.gz
Reenable oprofile host build.
Now taking into account differences in the library dependencies of libintl on darwin vs. linux. On darwin, we need to link with libiconv which is provided as a shared library on the platform. On linux, iconv is included in libc so we don't need anything special. Change-Id: Ide89061cce0352c83b7401d9f5d594e9625b1868
Diffstat (limited to 'daemon/Android.mk')
-rw-r--r--daemon/Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/daemon/Android.mk b/daemon/Android.mk
index c68c3fe..fd46707 100644
--- a/daemon/Android.mk
+++ b/daemon/Android.mk
@@ -36,7 +36,12 @@ LOCAL_SRC_FILES:= \
opd_trans.c \
oprofiled.c
-LOCAL_STATIC_LIBRARIES := libpopt libutil libdb libabi libop
+LOCAL_STATIC_LIBRARIES := \
+ liboprofile_popt \
+ liboprofile_util \
+ liboprofile_db \
+ liboprofile_abi \
+ liboprofile_op
LOCAL_C_INCLUDES := $(common_target_c_includes)
LOCAL_CFLAGS := $(common_target_cflags)