Fix linking issues in external/skia because of missing implementation.

The skia library uses FT_Library_SetLcdFilter(...), to see if LCD
text is supported on the platform.  Android currently does not
implement LCD text, but we should not fail to link. Rather we should
return the appropriate error code.

Change-Id: Ib04bee1be2f3a66c7babea28442884492ddc1c83
1 file changed