| commit | 1d3ec71c6c428381091156df31524d00c0ba2e27 | [log] [tgz] |
|---|---|---|
| author | Jooyung Han <jooyung@google.com> | Tue Nov 02 04:41:36 2021 +0900 |
| committer | Jooyung Han <jooyung@google.com> | Wed Nov 03 19:04:39 2021 +0900 |
| tree | 76436aa277de12644ce48b9353940d8c48e4814d | |
| parent | 3598baed4488145c8f993af6ae5d8efb8a7e4789 [diff] |
Support array of interface
Interfaces can be an array.
interface IFoo {}
IFoo[] getFooArray();
aidl_integration_test will be updated in a follow-up change.
Bug: 151817759
Test: gold_test.sh update
Test: aidl_integration_test / aidl_unittests
(this ensures the compiler generates compilable code & no regression)
Change-Id: Ice770f2b4e7feab2b8a900cb5fb4ad64cfa91231
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview