Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 821f4de0 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge changes from topic "binder-array" am: 358e55fe am: 9634705a

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1856220

Change-Id: I545789466f966fcbfda07217e12a4ff865cd5246
parents 5c462135 9634705a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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> {