From 7147ee1b80ca739985e700e7c665f26653b84a76 Mon Sep 17 00:00:00 2001 From: bungeman Date: Fri, 26 Aug 2016 12:15:54 -0700 Subject: Expat target exports includes instead of FreeType. Currently when building for Android framework the freetype target exports the expat include directory, but the freetype target neither uses nor logically provides this information. Instead, the expat target itself should do this. Review-Url: https://codereview.chromium.org/2283903003 --- gyp/android_deps.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gyp/android_deps.gyp') diff --git a/gyp/android_deps.gyp b/gyp/android_deps.gyp index fb15d18e1a..4cbb6e8d5e 100644 --- a/gyp/android_deps.gyp +++ b/gyp/android_deps.gyp @@ -37,6 +37,9 @@ 'libraries' : [ '-lexpat', ], + 'include_dirs': [ + 'external/expat/lib', + ], }, }, { -- cgit v1.2.3