commit | 1b90375b4b7eb16d0ae9f70511a44dbc4a64cf81 | [log] [tgz] |
---|---|---|
author | Alexander Dorokhine <adorokhine@google.com> | Fri Sep 18 15:45:10 2020 -0700 |
committer | Alexander Dorokhine <adorokhine@google.com> | Thu Sep 24 23:09:32 2020 +0000 |
tree | 9242d11a3b2d85a7ce71250a8423efbf4cb16a09 | |
parent | 2ca70139d9620816762b5c5b5a8d747d8d08030e [diff] |
Migrate away from deprecated Truth APIs. This is a transitional step towards truth 1.0.1, where these APIs have been completely removed. Bug: 168765701 Test: m checkbuild Change-Id: I5a13d60ff19bfba2fe5ce4377a795a588f152cc6
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.