summaryrefslogtreecommitdiffstats
path: root/libusbhost/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libusbhost/Android.mk')
-rw-r--r--libusbhost/Android.mk3
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)