commit | 264dcf1f0a030227dd05c7a2f8ca6616a920996a | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Mon May 15 12:20:36 2023 -0700 |
committer | Eric Jeong <ericjeong@google.com> | Mon May 15 12:27:28 2023 -0700 |
tree | 57a0e020437fa9a1f48b382d6c308080fa4ba906 | |
parent | d8a9321a85f307c5a8077328da9b69e87fe9fb48 [diff] |
Update the OWNERS in p/s/C to the latest Bug: 282766340 Test: build okay Change-Id: Iddbb95dbb653b380942925b6fc0df35fd559b42e Merged-In: I07ef0705136f0577973a4145a85f248bf2638de0
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.