Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af13a8b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I3a2191b0,Ide1056b5

* changes:
  libfastboot uses usb_linux.cpp for all Linux targets
  Don't enable version lib for libadb_sysdeps
parents f60d4f9a fd890289
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ cc_library_host_static {
        darwin: {
            srcs: ["usb_osx.cpp"],
        },
        linux_glibc: {
        linux: {
            srcs: ["usb_linux.cpp"],
        },
    },