Merge changes I3a2191b0,Ide1056b5

* changes:
  libfastboot uses usb_linux.cpp for all Linux targets
  Don't enable version lib for libadb_sysdeps
This commit is contained in:
Treehugger Robot 2020-08-31 23:39:45 +00:00 committed by Gerrit Code Review
commit af13a8b744
2 changed files with 3 additions and 1 deletions

View file

@ -270,6 +270,8 @@ cc_library {
host_supported: true,
compile_multilib: "both",
min_sdk_version: "apex_inherit",
// This library doesn't use build::GetBuildNumber()
use_version_lib: false,
srcs: [
"sysdeps/env.cpp",

View file

@ -251,7 +251,7 @@ cc_library_host_static {
darwin: {
srcs: ["usb_osx.cpp"],
},
linux_glibc: {
linux: {
srcs: ["usb_linux.cpp"],
},
},