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

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

Merge "Rename listshare and checkshare."

parents fc0dcc1b 213095a9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package {
}

blueprint_go_binary {
    name: "checkshare",
    name: "compliance_checkshare",
    srcs: ["cmd/checkshare/checkshare.go"],
    deps: ["compliance-module"],
    testSrcs: ["cmd/checkshare/checkshare_test.go"],
@@ -42,21 +42,21 @@ blueprint_go_binary {
}

blueprint_go_binary {
    name: "listshare",
    name: "compliance_listshare",
    srcs: ["cmd/listshare/listshare.go"],
    deps: ["compliance-module"],
    testSrcs: ["cmd/listshare/listshare_test.go"],
}

blueprint_go_binary {
    name: "dumpgraph",
    name: "compliance_dumpgraph",
    srcs: ["cmd/dumpgraph/dumpgraph.go"],
    deps: ["compliance-module"],
    testSrcs: ["cmd/dumpgraph/dumpgraph_test.go"],
}

blueprint_go_binary {
    name: "dumpresolutions",
    name: "compliance_dumpresolutions",
    srcs: ["cmd/dumpresolutions/dumpresolutions.go"],
    deps: ["compliance-module"],
    testSrcs: ["cmd/dumpresolutions/dumpresolutions_test.go"],
@@ -73,7 +73,7 @@ blueprint_go_binary {
}

blueprint_go_binary {
    name: "rtrace",
    name: "compliance_rtrace",
    srcs: ["cmd/rtrace/rtrace.go"],
    deps: ["compliance-module"],
    testSrcs: ["cmd/rtrace/rtrace_test.go"],