diff options
| author | 2020-08-14 12:51:32 -0700 | |
|---|---|---|
| committer | 2020-08-14 19:56:00 +0000 | |
| commit | f80ad1a69da8c51065d63f4c912291a4e3ac68c0 (patch) | |
| tree | 723eb32f755519217e1ea9d161510c0d3fc17cfc /libs | |
| parent | 664f2a62f26e92897a0f4c9cfff1f82cd666b60a (diff) | |
Add rustBinderTestService to general-tests suite
The test binary is needed by rustBinderTest
Bug: 164454409
Test: m rustBinderTestService
Change-Id: Ifd2a3087c585244546c789646a7fc5cc656f3c12
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/rust/tests/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/rust/tests/Android.bp b/libs/binder/rust/tests/Android.bp index 712711099c..622604f0ed 100644 --- a/libs/binder/rust/tests/Android.bp +++ b/libs/binder/rust/tests/Android.bp @@ -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"], } |