commit | 7110a423c492149f3c07b1dee59fd47d872c5e09 | [log] [tgz] |
---|---|---|
author | Keun young Park <keunyoung@google.com> | Mon Dec 06 18:02:33 2021 -0800 |
committer | Keun young Park <keunyoung@google.com> | Thu Dec 09 16:09:38 2021 -0800 |
tree | 7b859654ed39bdfc0a6e60b26a189cc068b3a997 | |
parent | 85eab8b0cded5a1b9b0d945426c0e9042605690a [diff] |
Add internal interfaces between builtin and updatable car service - Construction should still be done through reflection but all other calls should be done by direct call. Bug: 209492600 Test: atest CarServiceUnitTest CarServiceTest Change-Id: I0da7ef53bbe508c98d039ced6e0baa9c28b06322
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.