Chromium Code Reviews| Index: third_party/libusb/libusb.gyp |
| diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp |
| index 4fc0c7e6b9061108b2bff63121ecc54948e48b70..d3ca1ead90a2ec72cbca8bd0cb77efd46094e5db 100644 |
| --- a/third_party/libusb/libusb.gyp |
| +++ b/third_party/libusb/libusb.gyp |
| @@ -42,7 +42,7 @@ |
| 'src/libusb/os', |
| ], |
| 'conditions': [ |
| - [ 'OS == "linux"', { |
| + [ 'OS == "linux" or OS == "android"', { |
| 'sources': [ |
| 'src/libusb/os/linux_usbfs.c', |
| 'src/libusb/os/threads_posix.c', |