summaryrefslogtreecommitdiffstats
path: root/libusbhost/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libusbhost/Android.mk')
-rw-r--r--libusbhost/Android.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk
index 9565cc5..52b4ead 100644
--- a/libusbhost/Android.mk
+++ b/libusbhost/Android.mk
@@ -44,13 +44,3 @@ LOCAL_CFLAGS := -g -DUSE_LIBLOG
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_SHARED_LIBRARY)
-
-# Static library for target
-# ========================================================
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := libusbhost
-LOCAL_SRC_FILES := usbhost.c
-
-include $(BUILD_STATIC_LIBRARY)