diff options
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.bp b/fastboot/Android.bp index 6673543d89..81ebf4392f 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"], }, }, |