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

Commit b88cb3e1 authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Fix module-file name collisions" am: 92f4e14b

parents 4f49e133 92f4e14b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cc_library_host_static {

java_binary {
    name: "am",
    wrapper: "am",
    wrapper: "am.sh",
    srcs: [
        "src/**/*.java",
        "proto/**/*.proto",
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@ license {

sh_binary {
    name: "appops",
    src: "appops",
    src: "appops.sh",
}
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ license {

java_binary {
    name: "appwidget",
    wrapper: "appwidget",
    wrapper: "appwidget.sh",
    srcs: ["**/*.java"],
}
Loading