Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]

In the future, target.linux will apply to all targets running a linux kernel
(android, linux_glibc, linux_bionic). So move all current users to the specific
linux_glibc.

There will be another cleanup pass later that will move some instances back to
target.linux if the properties should be shared with target.android and
target.linux_bionic, but target.linux needs to be removed first.

Test: out/soong/build.ninja identical before/after
Change-Id: I1a834354669dd32808f054ebccccff1c8d880bdb
Exempt-From-Owner-Approval: build system cleanup
1 file changed
tree: 76fc14d2e1a9849ea7aef519cd77bd70e684b152
  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)