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:
scroggo 2015-03-20 11:20:02 -07:00 committed by Commit bot
parent 6e8cd96719
commit 3614f123e8

View File

@ -8,6 +8,7 @@
'target_name': 'libskia',
'type': 'shared_library',
'dependencies': [
'codec.gyp:codec',
'core.gyp:core',
'effects.gyp:effects',
'images.gyp:images',