aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 02:30:07 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-03 02:30:07 +0000
commita439e228525c22a7a38ad26abb3e6d841612f7ac (patch)
tree76fc14d2e1a9849ea7aef519cd77bd70e684b152
parente810243af719c7c46bef163fc1a86c12be4d31f9 (diff)
parent343ff5b648a668ea476418b50f332e67488210a0 (diff)
downloadlibusb-a439e228525c22a7a38ad26abb3e6d841612f7ac.tar.gz
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
-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",