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
diff --git a/scripts/Android.bp b/scripts/Android.bp
index 4773579..af71eee 100644
--- a/scripts/Android.bp
+++ b/scripts/Android.bp
@@ -193,3 +193,9 @@
     name: "list_image",
     src: "list_image.sh",
 }
+
+filegroup {
+    name: "rustfmt.toml",
+    srcs: ["rustfmt.toml"],
+    visibility: ["//visibility:public"],
+}