commit | a87b278bcfb9d0245cac1c830a38ce645ce4b09b | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Oct 27 17:53:05 2022 -0700 |
committer | Bill Yi <byi@google.com> | Thu Oct 27 17:53:05 2022 -0700 |
tree | 1e6a5268948ef03b656c1cb150c3955970102bb3 | |
parent | 5a32c3bb167e1dbef7754958ae4a3f8688466c00 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: Ib0962d6ad3c6ad81e114d66f71df7289429796d9
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.