Merge "Fix shared version of libcutils on the host to include strlcpy"

This commit is contained in:
Brian Carlstrom 2015-04-02 07:51:10 +00:00 committed by Gerrit Code Review
commit c7cddffa14
1 changed files with 1 additions and 1 deletions

View File

@ -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 \