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

Commit f80ad1a6 authored by Dan Shi's avatar Dan Shi Committed by Matthew Maurer
Browse files

Add rustBinderTestService to general-tests suite

The test binary is needed by rustBinderTest

Bug: 164454409
Test: m rustBinderTestService
Change-Id: Ifd2a3087c585244546c789646a7fc5cc656f3c12
parent 664f2a62
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ rust_test {
    // this cannot be the same as the module name.
    stem: "rustBinderTestServiceBinary",
    test_harness: false,
    // TODO(b/164473602): Remove this setting and add the module to `data`
    // attribute of rustBinderTest.
    auto_gen_config: false,
    test_suites: ["general-tests"],
}