Merge "Add Sh_binaries property"

This commit is contained in:
Treehugger Robot
2021-12-02 00:52:23 +00:00
committed by Gerrit Code Review
2 changed files with 19 additions and 4 deletions

View File

@@ -4250,7 +4250,7 @@ func TestApexWithShBinary(t *testing.T) {
apex {
name: "myapex",
key: "myapex.key",
binaries: ["myscript"],
sh_binaries: ["myscript"],
updatable: false,
}