commit | 96f965ff7411f1edba72140fd70740e63cabec71 | [log] [tgz] |
---|---|---|
author | Jungshik Shin <jungshik@google.com> | Fri Jan 15 01:03:06 2016 -0800 |
committer | The Android Automerger <android-build@google.com> | Wed Feb 24 13:20:15 2016 -0800 |
tree | afe177754473236c94ab1379292716cfb24090a5 | |
parent | e6986e1e8d4a57987f47c215490cb080a65ee29a [diff] |
[DO NOT MERGE] Fix the way FreeType headers are incldued. FreeType headers have to be included with macros defined in ftheaders.h. Not doing so breaks when the FreeType header location changes as was the case between FreeType 2.6.0 and 2.6.2. This issue blocks updating FreeType to 2.6.2. Fixed in the upstream: https://pdfium.googlesource.com/pdfium/+/56461d66054c53fe3abc88208eaf5d84e80e6551 This CL is back-porting the following AOSP master CL: https://android-review.googlesource.com/#/c/196608/ BUG: 24296662 Change-Id: I174a6ad2d3efcce5a68317957869ae898869f850 Signed-off-by: Jungshik Shin <jungshik@google.com>