Use target.linux for all linux kernel based targets

Now in Android.bp files, target.linux applies to all targets running a
linux kernel (android, linux_glibc, linux_bionic). So common
flags/sources/etc can be combined instead of copying them to each
target.

Test: m
Change-Id: If914367757f3d091f74e9dc11034b8a1180aa113
1 file changed
tree: 8ffef86d38120713b080d37a809ec9f78c1fc0cb
  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. ChangeLog
  25. configure.ac
  26. COPYING
  27. INSTALL
  28. INSTALL_WIN.txt
  29. libusb-1.0.pc.in
  30. Makefile.am
  31. MODULE_LICENSE_LGPL
  32. NEWS
  33. NOTICE
  34. PORTING
  35. README.git
  36. README.md
  37. README.version
  38. TODO
  39. travis-autogen.sh
README.md

libusb

Build Status Build status Coverity Scan Build Status

libusb is a library for USB device access from Linux, Mac OS X, 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)