commit | fa41b533a960a409f8c20d82b4a0fbcac94bbaf3 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Fri Nov 05 18:16:34 2021 +1100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Nov 08 03:46:49 2021 +0000 |
tree | 0288aa805f2a33a8f2f77f1ef3a39d964bee5246 | |
parent | a2cade63fdeb6bda79880973b909f0beee868b5b [diff] |
Support single-element annotations If an annotation accepts a single parameter named "value", it is possible to omit the parameter name. This is similar to the single-element annotation in Java (JLS, section 9.7.3 Single-Element Annotations[1]). [1] https://docs.oracle.com/javase/specs/jls/se17/html/jls-9.html#jls-9.7 Test: atest --host aidl_unittests Change-Id: I38ab77ea13de9dd55adcbb9d63104b71b0dbe92b
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview