fix android_framework build do to missing library at link time
authordjsollen <djsollen@google.com>
Tue, 22 Jul 2014 20:56:34 +0000 (13:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 22 Jul 2014 20:56:34 +0000 (13:56 -0700)
R=scroggo@google.com

Author: djsollen@google.com

Review URL: https://codereview.chromium.org/407073006

gyp/tests.gypi

index e574d16..714d04f 100644 (file)
     'tools.gyp:resources',
     'tools.gyp:sk_tool_utils',
   ],
+  'conditions': [
+    [ 'skia_android_framework == 1', {
+      'libraries': [
+        '-ldl',
+      ],
+    }],
+  ],
   'sources': [
     '../tests/Test.cpp',
     '../tests/Test.h',