commit | a4b6b292d231966d431c2055fc694f21eac3c45a | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 01 12:35:28 2021 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Sep 08 00:29:27 2021 +0000 |
tree | beee6dda3021ea09db71990400e750b119111c84 | |
parent | 5bb76ff410d5a768d66f890f83000048e819e624 [diff] |
aidl: support RPC in Java In Java, when need to make a transaction on an RPC binder object, the Parcel needs to be in a different format. This adds a build option to enable RPC to work (by attaching the binder to a parcel, the correct format can be used). In the future, we could enable this by default on all AIDL interfaces which are built against a new enough API version (b/175819535). Bug: 175814583 Test: atest aidl_integration_test, manual Change-Id: Ia5234e58d0f1731ddb7bb577c4e193a81779e6ec
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview