aboutsummaryrefslogtreecommitdiff
path: root/libopt++
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 /libopt++
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 'libopt++')
-rw-r--r--libopt++/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libopt++/Android.mk b/libopt++/Android.mk
index f502fda..11938b1 100644
--- a/libopt++/Android.mk
+++ b/libopt++/Android.mk
@@ -22,9 +22,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= popt_options.cpp
LOCAL_C_INCLUDES := $(common_host_c_includes)
LOCAL_CFLAGS := $(common_host_cflags)
-LOCAL_LDFLAGS := $(common_host_ldflags)
LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE := libopt++
+LOCAL_MODULE := liboprofile_opt++
include $(BUILD_HOST_STATIC_LIBRARY)
endif