commit | 93f48f05694750c45ef959941d2d7674236c5bb2 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Jun 05 00:11:16 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Jun 08 04:45:21 2021 +0000 |
tree | f45824a88d33d0758247cce4e6269c9082d7503f | |
parent | 45e93caf07f538924edeb349bf05ebc23bcfae6b [diff] |
Preprocessed uses the same syntax of AIDL Preprocessed file has been using a similar but different syntax. Now, it is using the same syntax with AIDL files with a couple of small changes. - Type decl can have qualified name. (interestinly, I only changed this for interface/enum) - Interface can omit body(members) blocks. interface IFoo; // is simply an empty interface Bug: 25479378 Test: aidl_unittests Test: m Change-Id: Icf5e4c321c469af00506c5ff14782251018d9d57
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview