summaryrefslogtreecommitdiff
path: root/fastboot/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/Android.bp')
-rw-r--r--fastboot/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.bp b/fastboot/Android.bp
index 6673543d8..81ebf4392 100644
--- a/fastboot/Android.bp
+++ b/fastboot/Android.bp
@@ -251,7 +251,7 @@ cc_library_host_static {
darwin: {
srcs: ["usb_osx.cpp"],
},
- linux_glibc: {
+ linux: {
srcs: ["usb_linux.cpp"],
},
},