commit | 633eab645d55bcaf9df97b126b6033529311adcb | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jan 07 14:12:40 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Jan 07 08:16:30 2021 +0000 |
tree | 8cd3fcec9f4ad7ea8563daab03475ea53a85424c | |
parent | 720253dc96d6d6b48b5490d6f0dbb8e9e8bc69c6 [diff] |
Support annotations for 'const' It was not supported and people use type-level annotations as a workaround even when the annotations are meant to annotate constants. const @Annotation... int foo = 0; Now we can annotate constants like following. @Annotation... const int foo = 0; Bug: 174436374 Test: aidl_unittests Change-Id: I5481de6ac48711765fcd7e1726003267360ba9e6
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview