commit | c07328c05db421c067a1893e0c44f279e524dafd | [log] [tgz] |
---|---|---|
author | Jahdiel Alvarez <jahdiel@google.com> | Fri Aug 13 22:21:12 2021 +0000 |
committer | Jahdiel Alvarez <jahdiel@google.com> | Fri Aug 20 21:16:19 2021 +0000 |
tree | c32e72464ce3d90d95bc22f168a9a26734d6c53c | |
parent | 793a9e22178db09d206f35a01fba2625126b62a4 [diff] |
Added unit test class for ProcessInfo. Test: atest CarServiceUnitTest:ProcessInfoUnitTest Bug: 190838277 Change-Id: I1f8711f95ea33f1b2f9c15ff1beebbffdcfad7c5
Source code for Android Automotive OS.
car_product/ - AAOS product car-lib/ - Car API cpp/ - Native services experimental/ - Experimental Car API and services service/ - Car service tests/ - Tests and sample apps tools/ - Helper scripts
Native (C++) code format is required to be compatible with .clang-format file. The formatter is already integrated to repo
tool. To run manually, use:
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.