From 1c6f0cf5abee97a4c90e0f9259ea71cc706c7613 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 22 Dec 2015 18:15:09 +0100 Subject: fix the rest of linker errors and get rid of implicit declaration warnings Signed-off-by: Wolfgang Wiedmeyer --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index c89be14..ff9be2d 100644 --- a/Android.mk +++ b/Android.mk @@ -98,7 +98,7 @@ LOCAL_SRC_FILES := tools/ipc-modem.c LOCAL_C_INCLUDES := $(LOCAL_PATH)/include LOCAL_STATIC_LIBRARIES := libsamsung-ipc -LOCAL_SHARED_LIBRARIES := libutils +LOCAL_SHARED_LIBRARIES := libutils libcrypto LOCAL_MODULE := ipc-modem LOCAL_MODULE_TAGS := optional @@ -112,7 +112,7 @@ LOCAL_SRC_FILES := tools/ipc-test.c LOCAL_C_INCLUDES := $(LOCAL_PATH)/include LOCAL_STATIC_LIBRARIES := libsamsung-ipc -LOCAL_SHARED_LIBRARIES := libutils +LOCAL_SHARED_LIBRARIES := libutils libcrypto LOCAL_MODULE := ipc-test LOCAL_MODULE_TAGS := optional -- cgit v1.1