Index: gyp/dm.gyp |
diff --git a/gyp/dm.gyp b/gyp/dm.gyp |
index ac72aee08aa2b529079d5608666cec31e1c91e88..4d2fae0a42e190a34b1c381b68e3640020b7da50 100644 |
--- a/gyp/dm.gyp |
+++ b/gyp/dm.gyp |
@@ -59,5 +59,15 @@ |
'gputest.gyp:skgputest', |
'record.gyp:*', |
], |
+ 'conditions': [ |
+ ['skia_android_framework == 1', |
mtklein
2014/05/15 22:17:48
just 'skia_android_framework' has the same effect
scroggo
2014/05/16 13:39:21
Yes. We are very inconsistent about comparing to 1
|
+ { |
+ 'libraries': [ |
+ '-lskia', |
+ '-lcutils', |
mtklein
2014/05/15 22:17:48
What comes with -lcutils? Is that libc?
scroggo
2014/05/16 13:39:21
Yes.
|
+ ], |
+ }, |
+ ], |
+ ], |
}] |
} |