diff options
| author | 2020-08-17 18:28:50 +0000 | |
|---|---|---|
| committer | 2020-08-17 18:28:50 +0000 | |
| commit | f3400a30c008fee43f3d2d76cd6d0827a59fbf3c (patch) | |
| tree | d08d22d7f77f607fc9686196a4e7a2b1e84aa833 | |
| parent | d711a75dca69270de2b0eafab958c2a12ed7bbbc (diff) | |
| parent | 07d88cbc1dee846de175d8629d131b5a6c94e55f (diff) | |
Merge "Add rustBinderTestService to general-tests suite" am: c5af19c578 am: 07d88cbc1d
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1401108
Change-Id: I6e7e9db06c0f8852cb4cb4009d76cc5c34934d04
| -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"],  } |