commit | f9e922f21aa768c36f55fb53a3f8445e0e0be75b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jul 08 21:15:27 2020 +0000 |
committer | Steven Moreland <smoreland@google.com> | Thu Jul 09 00:08:41 2020 +0000 |
tree | 44b53bdb0009bc42d583e880b6ef2566027ab6ab | |
parent | 3dffc0b661b933af42b3d05d932fa27883e70867 [diff] |
Allow list literal to have ending comma. For consistency with most languages. Before, something like "uint64_t[] f = {1, 2, 3,}" would be an error because of the trailing comma. However, now it works. Bug: N/A (just optimizing workflow) Test: aidl_unittests + run_integration_test.sh Change-Id: I308e4c5aec0a97bc1fab8a7d11127d79b4ee83bc
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview