Android fastboot support for FreeBSD 8/9 using LibUSB v1.0

From: Hans Petter Selasky <hselasky_at_c2i.net>
Date: Sat, 26 Mar 2011 08:30:59 +0100
Hi,

The attached files adds USB support to Android's fastboot under FreeBSD 8/9, 
by using the LibUSB v1.0 interface.

http://android-dls.com/wiki/index.php?title=Fastboot

Lines for the Android.mk:

ifeq ($(HOST_OS),FreeBSD)
  LOCAL_SRC_FILES += usb_freebsd.c util_freebsd.c
  LOCAL_LDLIBS += -lpthread -lusb
endif

Please feel free to forward my patches to the Android team handling the 
fastboot code. I was not sure where to post it.

--HPS
Received on Sat Mar 26 2011 - 06:31:49 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:12 UTC