From: Tobias Brunner Date: Thu, 16 Feb 2012 16:13:37 +0000 (+0100) Subject: Link android plugin against liblog in the NDK. X-Git-Tag: 5.0.1~211^2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=657a3ba60907bffa943320621ecff7b45c89c156;p=thirdparty%2Fstrongswan.git Link android plugin against liblog in the NDK. Doesn't seem to hurt the build within the source tree. --- diff --git a/src/libcharon/Android.mk b/src/libcharon/Android.mk index db05d3db00..87a2e22400 100644 --- a/src/libcharon/Android.mk +++ b/src/libcharon/Android.mk @@ -127,6 +127,7 @@ processing/jobs/adopt_children_job.c processing/jobs/adopt_children_job.h LOCAL_SRC_FILES += $(call add_plugin, android) ifneq ($(call plugin_enabled, android),) LOCAL_C_INCLUDES += frameworks/base/cmds/keystore +LOCAL_LDLIBS += -llog LOCAL_SHARED_LIBRARIES += libcutils endif