commit | 24585a979317000d2b0d7be0312a9b11bd44daf4 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 12 01:13:43 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jun 12 01:13:43 2020 +0000 |
tree | 50c623daaf5e1c221cb42c5e1a711f883cf42021 | |
parent | 079a05baa7e141f989430bc84e98582f2f969658 [diff] | |
parent | ca5b321c122f49cbc2bc03b321ec086213aa0379 [diff] |
Snap for 6582636 from ca5b321c122f49cbc2bc03b321ec086213aa0379 to rvc-release Change-Id: Ie1642e5275bdee9610e70d8ad32d8927a6761a78
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.