commit | 020d8d12caa98282ab69b5dc5cd1b7be6d2f6af4 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Feb 26 17:23:02 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Mar 02 01:48:29 2021 +0000 |
tree | 616e5ce0d96ba114f1ae11c7c0f2999a8e0fddaf | |
parent | 652ce48f94df81faa7f4b5a44636b03e76f7b1af [diff] |
Reject "out ParcelFileDescriptor" parameters Out(not inout) parameters should be known how to create it. But in Java, ParcelFileDescriptor is not default constructible and there's no way to construct it from nothing. Instead of rejecting it only in Java, we reject it in every backend for future compatibility. Bug: 181194872 Test: aidl_unittests Change-Id: I93637bb6f5bbbd9f4c3119c0baa8ba4042fc2305
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview