commit | 0df8d6aa55e01ad64dfc9ff490b3a6dd487597a4 | [log] [tgz] |
---|---|---|
author | Hanumant Singh <hanumantsingh@google.com> | Wed Dec 11 05:50:35 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 11 05:50:35 2019 +0000 |
tree | c3273aa37346288e264ee3368fabf53642d573c2 | |
parent | 64866eb4c1bfe6662896791ebc24f874a157f388 [diff] | |
parent | 229ce512f2e39542025c97f1dd8b83f90ba8c683 [diff] |
Merge "Update AIDL of runner interface to have explicit init call"
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.