| commit | f25343719c6454f71e50a2d4ea4ff991fbadc2e5 | [log] [tgz] |
|---|---|---|
| author | Mayank Garg <gargmayank@google.com> | Wed Aug 05 17:08:17 2020 -0700 |
| committer | Mayank Garg <gargmayank@google.com> | Wed Aug 05 17:08:17 2020 -0700 |
| tree | a04d926eb861178a6a4c8979d2ae32702687dfd2 | |
| parent | 293459f0742cf1a1ea84e0ca7a435daf8cfc8886 [diff] |
Update language to comply with Android's inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: 162327265 Test: m (Successful build) Change-Id: If83d8850f5c80d61ee383bac5c09833cfa549f13
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.