commit | 67bbf68a4cc3f64445ff8389886ec172ac735822 | [log] [tgz] |
---|---|---|
author | bkchoi <bkchoi@google.com> | Wed Feb 09 10:57:50 2022 -0800 |
committer | BK Choi <bkchoi@google.com> | Tue Feb 15 15:55:59 2022 +0000 |
tree | 2371f4dfd4be4fb427c0becc2b920bd1e1a24a97 | |
parent | ef00205ac88e83229c9dd81b3a51986e5dcfde55 [diff] |
Fix the infinite loop bug for AndroidFuture.ThenCombine. Will duplicate this fix and tests to com.android.internal.infra.AndroidFuture in commit 052cba1febd89a2e7bac7b56f64be514f1b938f8 Bug: 218377773 Test: atest android.car.util.concurrent.AndroidFutureTest Change-Id: I1e13d512a449a7330c74ed06f6afd90e3c4f9493
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.