| commit | 3ba4d8b97f494d380203eb27abbc346fa20c625a | [log] [tgz] |
|---|---|---|
| author | Stephen Crane <sjc@immunant.com> | Wed Jan 20 13:33:19 2021 -0800 |
| committer | Stephen Crane <sjc@immunant.com> | Thu Jan 21 14:39:32 2021 -0800 |
| tree | aacf661341edbc64789cf32794b5681fd62fa359 | |
| parent | cb8eb2be57f7b4ed2e6ad27caf931cdf925897ac [diff] |
libbinder_rs: Use NDK parcelable array APIs Rather than embedding the wire format of parcelable arrays in rust, we should rely on the NDK implementation to parcel and unparcel arrays of generic parcelables. This allows the NDK to change the wire protocol independently of the Rust library. Test: atest -p frameworks/native/libs/binder/TEST_MAPPING Bug: 174801709 Change-Id: I52dd35c506e96840f8e765ba53cb7c83f4921536