summaryrefslogtreecommitdiffstats
path: root/libusbhost
diff options
context:
space:
mode:
Diffstat (limited to 'libusbhost')
-rw-r--r--libusbhost/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk
index 97c1edc18..c9a1c8a30 100644
--- a/libusbhost/Android.mk
+++ b/libusbhost/Android.mk
@@ -30,7 +30,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
endif
-# Static library for target
+# Shared library for target
# ========================================================
include $(CLEAR_VARS)
@@ -40,4 +40,4 @@ LOCAL_SRC_FILES := usbhost.c
LOCAL_CFLAGS := -g -DUSE_LIBLOG
-include $(BUILD_STATIC_LIBRARY)
+include $(BUILD_SHARED_LIBRARY)