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

Commit 80555c61 authored by Martin Geisler's avatar Martin Geisler
Browse files

Revert^2 "pdl: Remove rustfmt from no_alloc test"

d004a70d

Bug: 283107621
Test: atest pdl_tests pdl_generated_files_compile
Change-Id: Ibc4403eed53f2c099ce087e128c960720cb05a21
parent f7049e15
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -385,13 +385,8 @@ python_test_host {
// Defaults for the rust_noalloc backend
genrule_defaults {
    name: "pdl_rust_noalloc_generator_defaults",
    cmd: "set -o pipefail;" +
        " $(location :pdl) --output-format rust_no_alloc $(in) |" +
        " $(location :rustfmt) > $(out)",
    tools: [
        ":pdl",
        ":rustfmt",
    ],
    cmd: "$(location :pdl) --output-format rust_no_alloc $(in) > $(out)",
    tools: [":pdl"],
}

// Generate the rust_noalloc backend srcs against the little-endian test vectors