commit | 9fafb8d616cf633af6288793bb53afa102d949c5 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Nov 30 13:19:33 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Dec 01 11:31:16 2021 +0900 |
tree | 203c6b9f8ae274d0989033e54cd51c2029d9c5df | |
parent | aeb0167d2c2201e01d39a5c2cc438554e8c1924e [diff] |
grammar for fixed-size array The grammar is extended to accept `T[N]` fixed-size array types. Multiple-dimensional fixed-size arrays are supported while, for simplicity, T[][N](dynamic array of fixed-size arrays) and T[N][](fixed-size array of dynamic arrays) are not supported yet. AIDL AST is changed as well, but fixed-size arrays are treated like a dynamic array when compiling. Each backend support will follow. Bug: 207087196 Test: aidl_unittests Change-Id: Ife72ac04a9af516477df6bf8926a40a29de40e91
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview