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:
commit
b0a8c29bcd
1 changed files with 6 additions and 0 deletions
|
@ -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"],
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue