Rename listshare and checkshare.
Bug: 151177513 Bug: 213388645 Bug: 210912771 Test: m droid dist reportmissinglicenses Change-Id: I223c4496d776a1bbd4fdce31ed79a638ed3491d8
This commit is contained in:
parent
7bc6d0e71d
commit
213095a919
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue