am 8c755dfe: am c7cddffa: Merge "Fix shared version of libcutils on the host to include strlcpy"

* commit '8c755dfe4c1a479fe5f64d1ea0c32be89268da87':
  Fix shared version of libcutils on the host to include strlcpy
This commit is contained in:
Brian Carlstrom 2015-04-02 13:55:16 +00:00 committed by Android Git Automerger
commit a6fa57d23f

View file

@ -22,6 +22,7 @@ commonSources := \
native_handle.c \ native_handle.c \
config_utils.c \ config_utils.c \
load_file.c \ load_file.c \
memory.c \
open_memstream.c \ open_memstream.c \
strdup16to8.c \ strdup16to8.c \
strdup8to16.c \ strdup8to16.c \
@ -113,7 +114,6 @@ LOCAL_SRC_FILES := $(commonSources) \
ashmem-dev.c \ ashmem-dev.c \
debugger.c \ debugger.c \
klog.c \ klog.c \
memory.c \
partition_utils.c \ partition_utils.c \
properties.c \ properties.c \
qtaguid.c \ qtaguid.c \