From 2040031f7b6ad64db395c78eb650b90c6871b029 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 2 Apr 2015 15:39:33 -0700 Subject: Be more intention-revealing with libcutils' strlcpy. Several people have been independently confused about when this gets built and why over the past couple of days. Change-Id: I2d4a02f66e24c0734327585b7d27e50a344b1e94 --- libcutils/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcutils/Android.mk') diff --git a/libcutils/Android.mk b/libcutils/Android.mk index 62c6113..d4450c6 100644 --- a/libcutils/Android.mk +++ b/libcutils/Android.mk @@ -22,7 +22,7 @@ commonSources := \ native_handle.c \ config_utils.c \ load_file.c \ - memory.c \ + strlcpy.c \ open_memstream.c \ strdup16to8.c \ strdup8to16.c \ -- cgit v1.1