commit | 52e8147b163347d15ae91e1c42026093665e8bae | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Mon May 04 20:37:48 2020 -0700 |
committer | Bill Yi <byi@google.com> | Mon May 04 20:37:48 2020 -0700 |
tree | 7d1fcb241001aa95d877794464db4a1c5d4450d8 | |
parent | 62fe62d4e166ef174b083838c9dcfb5d1c649a12 [diff] | |
parent | a8597ca323625359468919c7ccbbc58b85bc78a2 [diff] |
Merge android10-qpr2-s3-release to aosp/master - DO NOT MERGE Change-Id: Ica66eff1f4554cf4d115a923229dcaa51493d672
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.