Merge "Create a sh_binary target for jars-to-module-info" am: 9054cfb3d8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2494318 Change-Id: I05fbfa0161cd3d7841e0871a35c96a06f70f294e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -231,3 +231,8 @@ filegroup {
|
|||||||
srcs: ["rustfmt.toml"],
|
srcs: ["rustfmt.toml"],
|
||||||
visibility: ["//visibility:public"],
|
visibility: ["//visibility:public"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sh_binary_host {
|
||||||
|
name: "jars-to-module-info-java",
|
||||||
|
src: "jars-to-module-info-java.sh",
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user