aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/android_deps.gyp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-08-26 12:15:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-26 12:15:54 -0700
commit7147ee1b80ca739985e700e7c665f26653b84a76 (patch)
treeede38fdf4e66c59fb0ce186f5612e595983ce3c5 /gyp/android_deps.gyp
parentf0f489062a509dbf9212478894f690b00ed7ceb7 (diff)
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
Diffstat (limited to 'gyp/android_deps.gyp')
-rw-r--r--gyp/android_deps.gyp3
1 files changed, 3 insertions, 0 deletions
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',
+ ],
},
},
{