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
This commit is contained in:
bungeman 2016-08-26 12:15:54 -07:00 committed by Commit bot
parent f0f489062a
commit 7147ee1b80
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,9 @@
'libraries' : [
'-lexpat',
],
'include_dirs': [
'external/expat/lib',
],
},
},
{

View File

@ -63,7 +63,6 @@
],
},
'include_dirs': [
'external/expat/lib',
'external/freetype/include',
],
'libraries': [