aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:15:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:15:08 +0000
commit987fb80df35f4c67e8a9934ce79750cd09ad313a (patch)
tree76fc14d2e1a9849ea7aef519cd77bd70e684b152
parent068fa7de8354df85b1040d1752c31f0e54ed4fed (diff)
parent6e510eb2689f607102f8bc9d80dc3f9660ddb47a (diff)
downloadlibusb-987fb80df35f4c67e8a9934ce79750cd09ad313a.tar.gz
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: a439e22852
am: 6e510eb268 Change-Id: I1bf6775518c7bfe56bdce97fdb5012ff05f4ded7
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 266b50d..2ca1b99 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,7 +48,7 @@ cc_library {
],
},
- linux: {
+ linux_glibc: {
srcs: [
"libusb/os/linux_usbfs.c",
"libusb/os/poll_posix.c",