| Index: gyp/ports.gyp
|
| diff --git a/gyp/ports.gyp b/gyp/ports.gyp
|
| index 0c2d099380c4801f2801a72e5fb5edb1269df40b..2c41ecfbf1ff3379625272825ae62c33adc0c7b4 100644
|
| --- a/gyp/ports.gyp
|
| +++ b/gyp/ports.gyp
|
| @@ -88,17 +88,11 @@
|
| 'freetype.gyp:freetype',
|
| ],
|
| 'conditions': [
|
| - [ 'skia_os == "android"', {
|
| - 'dependencies': [
|
| - 'android_deps.gyp:expat',
|
| - ],
|
| + [ 'skia_android_framework', {
|
| + 'link_settings': { 'libraries': [ '-lexpat' ] },
|
| }, {
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '-ldl',
|
| - '-lexpat',
|
| - ],
|
| - },
|
| + 'link_settings': { 'libraries': [ '-ldl' ] },
|
| + 'dependencies': [ 'expat.gyp:expat' ],
|
| }],
|
| [ 'skia_embedded_fonts', {
|
| 'variables': {
|
|
|