commit | c5b60c3c83fd9de375f14524519cb4ec8c39341f | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sat Oct 15 17:34:48 2022 -0700 |
committer | Bill Yi <byi@google.com> | Sat Oct 15 17:34:48 2022 -0700 |
tree | 16fbc66e1f0915d8610ed59fadcca75d3cf14130 | |
parent | 03b1d28eb03d6c12f10a3a1ef729b06cb74d4769 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: I9852c36adb5f45030dcafe2ad22296d99d848d48
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.