Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2acc00a7 authored by Martin Geisler's avatar Martin Geisler
Browse files

PDL: include ‘rustfmt.toml’ via Soong reference

This ensures consistent formatting in tests by including a
‘rustfmt.toml’ file.

Test: atest pdl_tests
Change-Id: I5d7a85ce0d13e6e1b31f61aaeccf0f99291e1c71
parent 41e8c652
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ rust_test_host {
    },
    data: [
        ":rustfmt",
        ":rustfmt.toml",
    ],
}

@@ -68,6 +69,7 @@ rust_test_host {
        ":bluetooth_packetgen",
        ":pdl",
        ":rustfmt",
        ":rustfmt.toml",
    ],
}