aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-03 15:38:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-03 15:38:18 -0700
commitbec3634a4a0bc2ca872f8b6b7a9f445929e9f74b (patch)
tree9fbdd14e3dceb5959a454c98ac8abe094e681dea /gyp/bench.gyp
parent30bf3e2ffcb78fc76e5a62b2ca67638e0411cba9 (diff)
Android: remove -lcutils dependency
I believe we no longer depend on this after we ported our atomics to __sync. Tested by running android_ninja. BUG=skia: R=scroggo@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/318493002
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r--gyp/bench.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 651ee15652..f85614da62 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -38,7 +38,6 @@
{
'libraries': [
'-lskia',
- '-lcutils',
],
},
],