Index: gyp/tests.gyp |
diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
index d0a898c41e4d3faeca3a51b3cc4afad6d94262a2..0d6ed5a38068120fdc80d38853c593036d48eb30 100644 |
--- a/gyp/tests.gyp |
+++ b/gyp/tests.gyp |
@@ -15,6 +15,16 @@ |
'../tests/skia_test.cpp', |
], |
'conditions': [ |
+ [ 'skia_android_framework == 1', { |
+ 'libraries': [ |
+ '-lskia', |
+ '-lcutils', |
+ ], |
+ 'libraries!': [ |
+ '-lz', |
+ '-llog', |
+ ], |
+ }], |
[ 'skia_gpu == 1', { |
'include_dirs': [ |
'../src/gpu', |