From 60a347fc87ad544f15335ffe97817058fe87d4f2 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 2 Apr 2015 00:43:45 -0700 Subject: [PATCH] Fix shared version of libcutils on the host to include strlcpy Change-Id: Ic727508d9cfadea0050d1ccc491ee61aac1ef55a --- libcutils/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 9f3230714..0cd560d11 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk @@ -22,6 +22,7 @@ commonSources := \ native_handle.c \ config_utils.c \ load_file.c \ + memory.c \ open_memstream.c \ strdup16to8.c \ strdup8to16.c \ @@ -113,7 +114,6 @@ LOCAL_SRC_FILES := $(commonSources) \ ashmem-dev.c \ debugger.c \ klog.c \ - memory.c \ partition_utils.c \ properties.c \ qtaguid.c \