summaryrefslogtreecommitdiffstats
path: root/camera
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-12-09 16:32:04 -0800
committerDoug Kwan <dougkwan@google.com>2009-12-09 16:32:04 -0800
commita493294753149be872090443b0509bd2e2116b57 (patch)
tree717f163efe91e01da268e138826a26e69e9d47b5 /camera
parent2d016eb78070b0b06fe412dc27376b6b63c36903 (diff)
downloadframeworks_base-a493294753149be872090443b0509bd2e2116b57.zip
frameworks_base-a493294753149be872090443b0509bd2e2116b57.tar.gz
frameworks_base-a493294753149be872090443b0509bd2e2116b57.tar.bz2
Add missing library in linker option. Currently the library is used by the
executable but not specified. It is included via dependency of another shared object.
Diffstat (limited to 'camera')
-rw-r--r--camera/tests/CameraServiceTest/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/tests/CameraServiceTest/Android.mk b/camera/tests/CameraServiceTest/Android.mk
index c2a02bb..8da7c1f 100644
--- a/camera/tests/CameraServiceTest/Android.mk
+++ b/camera/tests/CameraServiceTest/Android.mk
@@ -14,6 +14,7 @@ LOCAL_C_INCLUDES += \
LOCAL_CFLAGS :=
LOCAL_SHARED_LIBRARIES += \
+ libbinder \
libcutils \
libutils \
libui