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/dm.gyp

Issue 1688383005: Use a statically linked libhwui for testing. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/dm.gyp
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 831cde7e04e19c16f9612f9f2f2ef1b5d57edba9..a8a7fd7caeb29adb95aac74317a011f3050d3657 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -16,10 +16,7 @@
['skia_android_framework', {
'libraries': [
'skia_static.a',
- '-lhwui',
- ],
- 'include_dirs': [
- '../../../frameworks/base/libs/hwui/',
+ 'hwui_static.a',
],
'sources': [
'../dm/DMSrcSinkAndroid.cpp',
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698