Make android framework depend on SkCodec.
This results in exporting include/codec so the framework can use it. Review URL: https://codereview.chromium.org/1020903002
This commit is contained in:
parent
6e8cd96719
commit
3614f123e8
@ -8,6 +8,7 @@
|
||||
'target_name': 'libskia',
|
||||
'type': 'shared_library',
|
||||
'dependencies': [
|
||||
'codec.gyp:codec',
|
||||
'core.gyp:core',
|
||||
'effects.gyp:effects',
|
||||
'images.gyp:images',
|
||||
|
Loading…
Reference in New Issue
Block a user