Fix Android build of render_pictures (Again)
picture_renderer was somehow picking up effects as a dependency, but effects was not present in the shared library on Android at load time. Review URL: https://codereview.appspot.com/6498113 git-svn-id: http://skia.googlecode.com/svn/trunk@5464 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
ef752fe38b
commit
bc7661161e
@ -118,6 +118,7 @@
|
||||
],
|
||||
'dependencies': [
|
||||
'core.gyp:core',
|
||||
'effects.gyp:effects',
|
||||
'images.gyp:images',
|
||||
'tools.gyp:picture_utils',
|
||||
'utils.gyp:utils',
|
||||
|
Loading…
Reference in New Issue
Block a user