Make android framework depend on SkCodec.
authorscroggo <scroggo@google.com>
Fri, 20 Mar 2015 18:20:02 +0000 (11:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Mar 2015 18:20:03 +0000 (11:20 -0700)
This results in exporting include/codec so the framework can use it.

Review URL: https://codereview.chromium.org/1020903002

gyp/android_framework_lib.gyp

index da68530fada703b0ca3e0e2ff277aeb3380f1f4a..9e5bd71b70fd458553360f5eb52a3f4ba9e4158a 100644 (file)
@@ -8,6 +8,7 @@
       'target_name': 'libskia',
       'type': 'shared_library',
       'dependencies': [
+        'codec.gyp:codec',
         'core.gyp:core',
         'effects.gyp:effects',
         'images.gyp:images',