diff options
| author | 2021-10-14 21:49:49 +0000 | |
|---|---|---|
| committer | 2021-10-14 21:49:49 +0000 | |
| commit | 2a80f55adfb64baf1eacc4494204fe7ec1c9dddf (patch) | |
| tree | 148996ce68690184e32310387ecbdf03bbdb04d5 | |
| parent | 1bf2a1141074a8ec924da22a6d641a8de756d287 (diff) | |
| parent | 821f4de0441dd30712888b8a9fafb63cfb9a777b (diff) | |
Merge changes from topic "binder-array" am: 358e55fe92 am: 9634705afb am: 821f4de044
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1856220
Change-Id: I5bbedc1a37603a7120c179b7fe9ea70e8ff80b70
| -rw-r--r-- | libs/binder/rust/src/proxy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/rust/src/proxy.rs b/libs/binder/rust/src/proxy.rs index 68fa34bb4a..6a4af077c5 100644 --- a/libs/binder/rust/src/proxy.rs +++ b/libs/binder/rust/src/proxy.rs @@ -430,6 +430,7 @@ impl SerializeOption for SpIBinder { impl SerializeArray for SpIBinder {} impl SerializeArray for Option<&SpIBinder> {} +impl SerializeArray for Option<SpIBinder> {} impl Deserialize for SpIBinder { fn deserialize(parcel: &Parcel) -> Result<SpIBinder> { |