aboutsummaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-06-14 14:44:23 -0700
committerMike Lockwood <lockwood@android.com>2010-06-14 14:44:23 -0700
commitac3d757b815efa3f2fbfed680c8cb0832c5f984d (patch)
treee1873b9cd7932e35ea8e01f3350a2c32fa72a602 /adb/Android.mk
parentc31463d244d2e37d3329350a545e1f21f4f1e994 (diff)
downloadsystem_core-ac3d757b815efa3f2fbfed680c8cb0832c5f984d.tar.gz
system_core-ac3d757b815efa3f2fbfed680c8cb0832c5f984d.tar.bz2
system_core-ac3d757b815efa3f2fbfed680c8cb0832c5f984d.zip
Revert "adb: Use new libusbhost library for USB support on Linux host."
This reverts commit d7249c45f6c245652de7c510d450f4577dc19197.
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 2d426d92..7faca9b8 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -80,9 +80,6 @@ LOCAL_STATIC_LIBRARIES := libzipfile libunz $(EXTRA_STATIC_LIBS)
ifeq ($(USE_SYSDEPS_WIN32),)
LOCAL_STATIC_LIBRARIES += libcutils
endif
-ifeq ($(HOST_OS),linux)
- LOCAL_STATIC_LIBRARIES += libusbhost
-endif
include $(BUILD_HOST_EXECUTABLE)