From c3f617e16506b322c1b1c3d4bed7a6e703d9f6d3 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 13 Feb 2014 10:44:53 +0100 Subject: Import the 'naive tokenizer' library in libutility remote-process uses the 'naive tokenizer'. Let's make it part of the utility and make remote-process link against libutility. Signed-off-by: David Wagner --- remote-process/Android.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'remote-process') diff --git a/remote-process/Android.mk b/remote-process/Android.mk index 2facaf7..1bb1be9 100644 --- a/remote-process/Android.mk +++ b/remote-process/Android.mk @@ -47,7 +47,7 @@ common_c_includes := \ $(LOCAL_PATH)/../remote-processor/ common_shared_libraries := libremote-processor -common_static_libraries := libaudiocomms_naive_tokenizer +common_static_libraries := libutility ############################# # Target build @@ -89,6 +89,7 @@ LOCAL_C_INCLUDES += \ LOCAL_SHARED_LIBRARIES := $(foreach shared_library, $(common_shared_libraries), \ $(shared_library)_host) -LOCAL_STATIC_LIBRARIES := $(common_static_libraries) +LOCAL_STATIC_LIBRARIES := $(foreach static_library, $(common_static_libraries), \ + $(static_library)_host) include $(BUILD_HOST_EXECUTABLE) -- cgit v1.1