Make ‘rustfmt.toml’ available for other modules
We need the config file to ensure consistent output when running tests. Bug: 237977382 Test: manual Change-Id: Ib19d4b739305a5cbed94a40908d76dbbeec67fe5
This commit is contained in:
@@ -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"],
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user