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

Commit a1fc9628 authored by Joel Galenson's avatar Joel Galenson Committed by Automerger Merge Worker
Browse files

Merge "Add bindgen bindings test" am: c3f73cbd am: 54e849a6

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1806537

Change-Id: I6c05d9e9920713f6ea112dc209a6feec7a5f29e3
parents a2402167 54e849a6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -57,3 +57,13 @@ rust_library {
        "libstatspull_bindgen",
    ],
}

rust_test {
    name: "libstatspull_bindgen_test",
    srcs: [":libstatspull_bindgen"],
    crate_name: "statspull_bindgen_test",
    test_suites: ["general-tests"],
    auto_gen_config: true,
    clippy_lints: "none",
    lints: "none",
}