From 657a3ba60907bffa943320621ecff7b45c89c156 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 16 Feb 2012 17:13:37 +0100 Subject: Link android plugin against liblog in the NDK. Doesn't seem to hurt the build within the source tree. --- src/libcharon/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libcharon/Android.mk b/src/libcharon/Android.mk index db05d3db0..87a2e2240 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 -- cgit v1.2.3