commit | 61103e76cb84e0c3894176436b4fd0659a3ab055 | [log] [tgz] |
---|---|---|
author | Bin Tan <bint@google.com> | Fri Jun 18 14:03:49 2021 -0700 |
committer | Bin Tan <bint@google.com> | Fri Jun 18 22:51:07 2021 +0000 |
tree | aada286cd751ba724dda0105b72206b0240a20ee | |
parent | 1728c584de7402d6b7113c17c78b21d4dad38238 [diff] |
Mark out BOILERPLATE_CODE methods for code coverage _metadata() methods in CarPowerPolicy.java and CarPowerPolicyFilter.java are generated and mark them as BOILERPLATE_CODE to be excluded from code coverage dashboard Bug: 191276547 Test: atest CarServiceUnitTest Change-Id: I0ab7046725c08a7e89a87e8d8e4a3bbb2462c901
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.