linux_bionic is linux

linux_bionic is the target which means the cross-compiled (i.e. arm
on x86) host target. libusb is now configured to use linux/config.h for
this new target because it is also considered as Linux. Previously, the
header was used only for the linux_glibc target which means the native
host.

Bug: 159685774
Test: HOST_CROSS_OS=linux_bionic m libusb

Change-Id: I6ad6e58e6c78fc59b958f1430797a19385e7ce41
1 file changed
tree: e83a2b344436c85e5be4d6196fca0bad7233e76a
  1. .private/
  2. android/
  3. darwin/
  4. doc/
  5. examples/
  6. include/
  7. libusb/
  8. linux/
  9. msvc/
  10. tests/
  11. windows/
  12. Xcode/
  13. .gitattributes
  14. .gitignore
  15. .travis.yml
  16. Android.bp
  17. Android.mk
  18. appveyor.yml
  19. appveyor_cygwin.bat
  20. appveyor_minGW.bat
  21. AUTHORS
  22. autogen.sh
  23. bootstrap.sh
  24. Brewfile
  25. ChangeLog
  26. configure.ac
  27. COPYING
  28. INSTALL_WIN.txt
  29. libusb-1.0.pc.in
  30. Makefile.am
  31. METADATA
  32. MODULE_LICENSE_LGPL
  33. NEWS
  34. NOTICE
  35. OWNERS
  36. PORTING
  37. README.git
  38. README.md
  39. README.version
  40. TODO
  41. travis-autogen.sh
README.md

libusb

Build Status Build status Coverity Scan Build Status

libusb is a library for USB device access from Linux, macOS, Windows, OpenBSD/NetBSD and Haiku userspace. It is written in C (Haiku backend in C++) and licensed under the GNU Lesser General Public License version 2.1 or, at your option, any later version (see COPYING).

libusb is abstracted internally in such a way that it can hopefully be ported to other operating systems. Please see the PORTING file for more information.

libusb homepage: http://libusb.info/

Developers will wish to consult the API documentation: http://api.libusb.info

Use the mailing list for questions, comments, etc: http://mailing-list.libusb.info

(Please use the mailing list rather than mailing developers directly)