commit | 44b28d9e7b45b78d6ba13724d450b9f74d0c0e6f | [log] [tgz] |
---|---|---|
author | Doug Kwan <dougkwan@google.com> | Wed Dec 09 16:32:04 2009 -0800 |
committer | Doug Kwan <dougkwan@google.com> | Wed Dec 09 16:32:04 2009 -0800 |
tree | a69d4ae5d15338be8d030bb34b7968f0b3bb2f06 | |
parent | 5233a4e1b7e0496157a2fa17435f773f6fb16f64 [diff] [blame] |
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.
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_CFLAGS := LOCAL_SHARED_LIBRARIES += \ + libbinder \ libcutils \ libutils \ libui