Merge "Make ‘rustfmt.toml’ available for other modules" am: 6b773a97b8

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2096444

Change-Id: Ie00fd9258b61b030915c0b384e1843f9a4fb407e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2022-07-11 19:27:15 +00:00 committed by Automerger Merge Worker
commit b0a8c29bcd

View file

@ -193,3 +193,9 @@ sh_binary_host {
name: "list_image", name: "list_image",
src: "list_image.sh", src: "list_image.sh",
} }
filegroup {
name: "rustfmt.toml",
srcs: ["rustfmt.toml"],
visibility: ["//visibility:public"],
}