aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-03-09 16:36:28 -0800
committerDoug Kwan <dougkwan@google.com>2010-03-09 16:36:28 -0800
commit3c1a5cbb65fd9aa63ad4cde7f4a9a0e02a50eb61 (patch)
treedafe36a876db06e4bea94219d41452fb18f9c17e /tests
parentdb23721b7f96bfa4dac72739be6f863f80585783 (diff)
downloadexternal_skia-3c1a5cbb65fd9aa63ad4cde7f4a9a0e02a50eb61.zip
external_skia-3c1a5cbb65fd9aa63ad4cde7f4a9a0e02a50eb61.tar.gz
external_skia-3c1a5cbb65fd9aa63ad4cde7f4a9a0e02a50eb61.tar.bz2
Add missing library in command line to the linker. Currently this library is
included implicitly via inter-library dependency. The library is also used by the main executable. Change-Id: Ib5562dbc481af6d95823c97e63355037e0049f7e
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index efcceae..e1c03ec 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -33,7 +33,7 @@ LOCAL_C_INCLUDES := \
external/skia/src/core
LOCAL_SHARED_LIBRARIES := \
- libskia
+ libskia libcutils
LOCAL_MODULE_TAGS := eng tests