Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index e16fa4bb7e71bc53a0b7edaa53719b61c46ab3c9..052130e06dd10eaf841c34be3e91ab175017463b 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -400,6 +400,11 @@ |
'tools.gyp:picture_renderer', |
'tools.gyp:picture_utils', |
], |
+ 'conditions': [ |
+ ['skia_android_framework == 1', { |
+ 'libraries': [ '-lskia' ], |
+ }], |
+ ], |
}, |
{ |
'target_name': 'bench_record', |