From ad95b98c568e6b7dfdb21a57399ec847cd42b6ac Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Mon, 23 Jul 2012 17:46:45 +0400 Subject: Fix compilation on jellybean --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index df39ffc..58928c1 100644 --- a/Android.mk +++ b/Android.mk @@ -41,7 +41,7 @@ LOCAL_SRC_FILES := \ rfs.c LOCAL_SHARED_LIBRARIES := \ - libcutils libutils libril + libcutils libutils libril liblog LOCAL_STATIC_LIBRARIES := libsamsung-ipc @@ -100,7 +100,7 @@ LOCAL_PRELINK_MODULE := false ifeq (foo,foo) # build shared library LOCAL_SHARED_LIBRARIES += \ - libcutils libnetutils libutils + libcutils libnetutils libutils liblog LOCAL_LDLIBS += -lpthread LOCAL_CFLAGS += -DRIL_SHLIB LOCAL_MODULE:= libsamsung-ril -- cgit v1.1