commit | 90c551e7ae684a6e05d90de5c2e59cb5abcb0cad | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Nov 18 06:16:33 2021 +0000 |
committer | Bill Yi <byi@google.com> | Thu Nov 18 06:16:33 2021 +0000 |
tree | 4b1898fecae3143787cbda972ca3f13ccf30b1eb | |
parent | 4af5124996fc0fd3b9281c7bd635308b8ed2448b [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: Ic70b9681d0b08d5cda6998d85e14befcd3e428bf
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.