Remove -DNO_STRLCPY

Android has strlcpy support. There's no need to use the
rewritten strlcpy implementation for executables / libraries
which target the Android device.

This change is needed to allow this code to compile with
-D_FORTIFY_SOURCE=1 with strlcpy protections.

Change-Id: Idd60aed97f88810fe6c69da9bff8a80e7fa22858
1 file changed