fix android framework build for nanobench

R=mtklein@google.com, tomhudson@chromium.org, tomhudson@google.com

Author: djsollen@google.com

Review URL: https://codereview.chromium.org/495003004
This commit is contained in:
djsollen 2014-08-21 13:17:50 -07:00 committed by Commit bot
parent 5164a979a0
commit d92c4c5c95

View File

@ -26,6 +26,13 @@
'tools.gyp:proc_stats',
'tools.gyp:timer',
],
'conditions': [
['skia_android_framework', {
'libraries': [
'-lskia',
],
}],
],
},
],
}