summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-31 11:24:14 -0800
committerElliott Hughes <enh@google.com>2015-01-31 11:24:14 -0800
commit506aea43618ec101917bb670b7487fa226e88233 (patch)
tree3ed75e211f7809802edcfa0bcc2976ef3e44010d /adb/Android.mk
parent6b1d86322eb300e65539eadc24a65f76a49997b9 (diff)
downloadsystem_core-506aea43618ec101917bb670b7487fa226e88233.tar.gz
system_core-506aea43618ec101917bb670b7487fa226e88233.tar.bz2
system_core-506aea43618ec101917bb670b7487fa226e88233.zip
The bsddroid project has been dead since 2010.
And even if it wasn't, they should probably keep this stuff in their own repository. Change-Id: If9fa2e47ee2700098d8a99f6986f7e89fc6dfdf3
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 73173390b..415952d02 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -56,12 +56,6 @@ ifeq ($(HOST_OS),darwin)
LOCAL_CFLAGS += -Wno-sizeof-pointer-memaccess -Wno-unused-parameter
endif
-ifeq ($(HOST_OS),freebsd)
- USB_SRCS := usb_libusb.c
- EXTRA_SRCS := get_my_path_freebsd.c
- LOCAL_LDLIBS += -lpthread -lusb
-endif
-
ifeq ($(HOST_OS),windows)
USB_SRCS := usb_windows.c
EXTRA_SRCS := get_my_path_windows.c