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

Commit f820b136 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rename listshare and checkshare." am: e487fa3c am: 4a2f1f84 am:...

Merge "Rename listshare and checkshare." am: e487fa3c am: 4a2f1f84 am: cb37ac62 am: 8c466713

Original change: https://android-review.googlesource.com/c/platform/build/+/2063382



Change-Id: I71b67c27fbd6d2dc5dcf3418c490df95e0c366e6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2f8261b7 8c466713
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"],