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

Commit f80d1db3 authored by William Escande's avatar William Escande
Browse files

Add empty line to prevent sort in bp

Bug: 262605980
Test: None
Change-Id: I1d3c6b98a0499edd38b191e658f1d21b973ecaf2
parent c0576d7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -486,7 +486,9 @@ genrule {
    ],
    srcs: [
        "tests/canonical/le_test_file.pdl",

        "tests/canonical/le_test_vectors.json",

        ":pdl_cxx_canonical_le_src_gen",
    ],
    out: [
@@ -533,7 +535,9 @@ genrule {
    ],
    srcs: [
        ":pdl_be_test_file",

        "tests/canonical/be_test_vectors.json",

        ":pdl_cxx_canonical_be_src_gen",
    ],
    out: [
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ cc_defaults {
    tidy_checks: [
        "-*",
        "readability-*",

        "-readability-function-size",
        "-readability-identifier-length",
        "-readability-implicit-bool-conversion",
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ rust_ffi {
    crate_name: "rootcanal_rs",
    srcs: [
        "src/lib.rs",

        ":rootcanal_lmp_packets_rust_gen",
        ":rootcanal_hci_packets_rust_gen",
    ],
@@ -43,6 +44,7 @@ rust_test_host {
    crate_name: "rootcanal_rs",
    srcs: [
        "src/lib.rs",

        ":rootcanal_lmp_packets_rust_gen",
        ":rootcanal_hci_packets_rust_gen",
    ],