diff options
Diffstat (limited to 'libusbhost/Android.mk')
| -rw-r--r-- | libusbhost/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk index c9a1c8a30..52b4eadc9 100644 --- a/libusbhost/Android.mk +++ b/libusbhost/Android.mk @@ -40,4 +40,7 @@ LOCAL_SRC_FILES := usbhost.c LOCAL_CFLAGS := -g -DUSE_LIBLOG +# needed for logcat +LOCAL_SHARED_LIBRARIES := libcutils + include $(BUILD_SHARED_LIBRARY) |
