commit | f3d98c7b973b9d01bbf106e0d55abfbe2145d648 | [log] [tgz] |
---|---|---|
author | bkchoi <bkchoi@google.com> | Fri Feb 04 18:11:50 2022 -0800 |
committer | bkchoi <bkchoi@google.com> | Mon Feb 07 16:26:26 2022 -0800 |
tree | 4796caef2ef8588daff113fe05eab48f0a5b4d77 | |
parent | 3bb0d759c422b328237f26f0d50276dc97e9da6d [diff] |
Increase the test coverage of android.car.util.concurrent.AndroidFuture More tests for nested class will follow in later CLs. Bug: 209032336 Test: atest android.car.util.concurrent.AndroidFutureTest Change-Id: I82d25de3d6b7b30b502a9f74e826be826bbd83f2
Source code for Android Automotive OS.
car_product/ - AAOS product car-builtin-lib/ - A helper library for CarService to access hidden framework APIs car-lib/ - Car API car-lib-module/ - Car API module cpp/ - Native services experimental/ - Experimental Car API and services packages/ - Apps and services for cars service/ - Car service module service-builint - Platform builtin component that runs CarService module 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.