commit | 7b4f2dfe980ea51684eb0ff0af1eacfd6b375f98 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sat Dec 03 12:21:44 2022 -0800 |
committer | Bill Yi <byi@google.com> | Sat Dec 03 12:21:44 2022 -0800 |
tree | e6c7fcf96dc790d547cc8da60e9a03ea75832ac9 | |
parent | 56a2b599e62fe47462ef4f9374f4aa960f7d2f83 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: I6030a0f0082af0389a4c02674c5a652a3e9b9e05
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.