diff options
| -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"],  } |