Use Bionic strlcpy when available am: f8c13e3158
am: f2bdb13a20
Original change: https://android-review.googlesource.com/c/platform/external/selinux/+/2319272 Change-Id: I86a7a31546e55e00d3a81d846632ef284b133376 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3d2b54fdab
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ cc_defaults {
|
|||
],
|
||||
},
|
||||
android: {
|
||||
cflags: [
|
||||
"-DHAVE_STRLCPY"
|
||||
],
|
||||
srcs: [
|
||||
"src/android/android_device.c",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue