Merge "Fix module-file name collisions"

This commit is contained in:
Cole Faust
2022-09-02 03:47:45 +00:00
committed by Gerrit Code Review
6 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ cc_library_host_static {
java_binary { java_binary {
name: "am", name: "am",
wrapper: "am", wrapper: "am.sh",
srcs: [ srcs: [
"src/**/*.java", "src/**/*.java",
"proto/**/*.proto", "proto/**/*.proto",

View File

@@ -19,5 +19,5 @@ license {
sh_binary { sh_binary {
name: "appops", name: "appops",
src: "appops", src: "appops.sh",
} }

View File

@@ -19,6 +19,6 @@ license {
java_binary { java_binary {
name: "appwidget", name: "appwidget",
wrapper: "appwidget", wrapper: "appwidget.sh",
srcs: ["**/*.java"], srcs: ["**/*.java"],
} }