commit | 6cd7049a6d4d95f38b0d0dec4f1d6eb5356fc060 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Sat Oct 26 23:25:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Oct 26 23:25:25 2019 -0700 |
tree | 3c9546964458d40fbfcaf94ec34921e2fd8752a1 | |
parent | 75e14c86b680cf6561267a195cd0dc56e07f1e65 [diff] | |
parent | 7900a92ff02b63addf865dd37fe3e616a2d7898c [diff] |
[automerger skipped] Merge "Merge Coral/Flame into AOSP master" am: 7900a92ff0 -s ours am skip reason: change_id Icfe65a4df5bec7908ccf11a825e6f1997ff4d700 with SHA1 01f3c5f945 is in history Change-Id: I474dba6b8050ce30d4c4ca9069f46445e4ff7bd1
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.