Android S v2 Preview 2 (S2B2.211203.006)
Rust: switch the ParcelableHolder tests from Rc to Arc

The thread-safe ParcelableHolder change switched
the type used by {get,set}_parcelable from Rc to Arc.
This updates the Rust test client code to use
the new type.

Test: atest aidl_integration_test
Change-Id: I56c0b3a2777cb7892aa5132b2fae99f467db9110
1 file changed