aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/bench.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/bench.gyp')
-rw-r--r--gyp/bench.gyp14
1 files changed, 14 insertions, 0 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index b4442918a6..1370b5383a 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -37,6 +37,20 @@
['skia_android_framework', {
'libraries': [
'-lskia',
+ '-landroid',
+ '-lgui',
+ '-lhwui',
+ '-lutils',
+ ],
+ 'include_dirs': [
+ '../../../frameworks/base/libs/hwui/',
+ '../../../frameworks/native/include/',
+ ],
+ 'sources': [
+ '../bench/nanobenchAndroid.cpp',
+ ],
+ 'dependencies': [
+ 'utils.gyp:android_utils',
],
}],
],