Skip to content
Snippets Groups Projects
Commit 0bb48ec2 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Fix module-file name collisions" am: 92f4e14b am: b88cb3e1 am: 1d4139e7 am: 645e261b

parents 8adb4a5c 645e261b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ cc_library_host_static {
java_binary {
name: "am",
wrapper: "am",
wrapper: "am.sh",
srcs: [
"src/**/*.java",
"proto/**/*.proto",
......
File moved
......@@ -19,5 +19,5 @@ license {
sh_binary {
name: "appops",
src: "appops",
src: "appops.sh",
}
File moved
......@@ -19,6 +19,6 @@ license {
java_binary {
name: "appwidget",
wrapper: "appwidget",
wrapper: "appwidget.sh",
srcs: ["**/*.java"],
}
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment