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

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

Merge "adbd: make static."

parents 33998538 8db99f81
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -260,6 +260,9 @@ cc_binary {
    name: "adbd",
    defaults: ["adb_defaults"],

    // adbd must be static, as it is copied into the recovery image.
    static_executable: true,

    srcs: [
        "daemon/main.cpp",
        "daemon/mdns.cpp",