Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: gyp/bench.gyp

Issue 1696483002: Update Android framework makefile to build static and shared libs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: new test Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/dm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 7c5d6df259f25148874cfcdf5b96368f25c100eb..e9908b5860f9abe7c811f812bbba2f3ddf806adc 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -31,10 +31,8 @@
'conditions': [
['skia_android_framework', {
'libraries': [
- '-lskia',
- '-landroid',
+ 'skia_static.a',
'-lhwui',
- '-lutils',
],
'include_dirs': [
'../../../frameworks/base/libs/hwui/',
« no previous file with comments | « no previous file | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698