commit | 449686f77fce033d3fe5dc56bba6f1c0e517ff2d | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sat Jun 19 17:20:03 2021 +0000 |
committer | Bill Yi <byi@google.com> | Sat Jun 19 17:20:03 2021 +0000 |
tree | 5d2d94e6b07999a15f1a2d29aa9d27b534b86b8f | |
parent | db3a1527874ff9fc55cc913fba47421cb8e98483 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: Iaa95d4b11e583f1af70158b7ac4c1b8a13c0fdf8
Source code for Android Automotive OS.
car_product/ - AAOS product car-lib/ - Car API cpp/ - Native services experimental/ - Experimental Car API and services service/ - Car service 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.