commit | 05f5a2c4aa35cc0b90b1f90ef1f7f1a7cbca687d | [log] [tgz] |
---|---|---|
author | Alice Ryhl <aliceryhl@google.com> | Wed Sep 15 12:56:10 2021 +0000 |
committer | Alice Ryhl <aliceryhl@google.com> | Tue Nov 02 09:47:14 2021 +0000 |
tree | f49ddb79194794b4c4997fb8d8adecdb0a99710e | |
parent | 676e9a9ede4f2e9f583b21c88ea6c977c034efc2 [diff] [blame] |
binder: add async Rust support Test: add and run integration tests Change-Id: I7671eeb7dfe4cc45efd57756753b361440529a3c
diff --git a/libs/binder/rust/tests/Android.bp b/libs/binder/rust/tests/Android.bp index ecc61f4..2d1175b 100644 --- a/libs/binder/rust/tests/Android.bp +++ b/libs/binder/rust/tests/Android.bp
@@ -13,6 +13,8 @@ rustlibs: [ "libbinder_rs", "libselinux_bindgen", + "libbinder_tokio_rs", + "libtokio", ], shared_libs: [ "libselinux",