commit | f6daa403a0901a452d8d14718b1dd3f37240524b | [log] [tgz] |
---|---|---|
author | Antonio Kantek <kanant@google.com> | Mon Mar 01 21:03:17 2021 -0800 |
committer | Antonio Kantek <kanant@google.com> | Tue Mar 02 14:17:21 2021 -0800 |
tree | 0a6cea6380c69e93adbb43b4da3ecdb12a7126d0 | |
parent | 7a28b3d31b1df20d931e2a9a818fc633a85d82c9 [diff] |
Adding unit test for BlockingResultReceiver Bug: 156011019 Test: atest CarServiceUnitTest Change-Id: I8aa596851685d493c5a9462661c2a3b9803967e0
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.