commit | 235fa1405ea6c37e3f59dc2db328aa03ee09965d | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Thu Mar 17 13:20:34 2011 -0400 |
committer | Derek Sollenberger <djsollen@google.com> | Thu Mar 17 13:28:59 2011 -0400 |
tree | 3862f1df8e0393036cb924476301f2b6a7497b68 | |
parent | 7f08cbd7d6dcf19b8d8e4328e33032aee342e3b4 [diff] |
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