commit | 8114cb75e21ffeb49afb7973ff53c174affac3f1 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Thu Nov 09 01:41:56 2023 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Thu Nov 09 01:41:56 2023 +0000 |
tree | 386599bd539bad053ff681aebb5dc4bd40bf11c4 | |
parent | 897c6c6751acb6995ee6a26d16a192fffcbccec8 [diff] |
libbinder_rs: Switch inner type of ParcelFileDescriptor Change the inner type from File to OwnedFd to support OSes that implement the latter but not the former. An added benefit is that this brings the type closer to the set of supported types that can be wrapped in a ParcelFileDescriptors, e.g., sockets and memory buffers in addition to files. Bug: 242243245 Test: atest aidl_integration_test Change-Id: I9ee14e479ab65c31459e6cecd736039deac1f29b