summaryrefslogtreecommitdiffstats
path: root/third_party/libusb/libusb.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libusb/libusb.gyp')
-rw-r--r--third_party/libusb/libusb.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp
index 4fc0c7e..d3ca1ea 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',