commit | d58bce0d4afef03d389faea934b7032146ef7cfa | [log] [tgz] |
---|---|---|
author | Stephen Crane <sjc@immunant.com> | Tue Jul 07 12:26:02 2020 -0700 |
committer | Stephen Crane <sjc@immunant.com> | Thu Jan 21 15:01:13 2021 -0800 |
tree | bb432adbf75c5290ce4ec15fb897de3dff95c204 | |
parent | cb8eb2be57f7b4ed2e6ad27caf931cdf925897ac [diff] [blame] |
Add Rust/C++ Parcel serialization tests This tests cross-language marshaling between C++ and Rust for all available parcelable types. Test: atest libbinder_rs-internal_test Change-Id: I57fae844d58395ee85f0afa4604e1480262f1a4b
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 00a14f4..2e90142 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING
@@ -65,6 +65,9 @@ }, { "name": "binderRustNdkInteropTest" + }, + { + "name": "rustBinderSerializationTest" } ] }