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"], }, },