commit | 510a40ad8e5b2aca8ad2c8641d76392adda63dba | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue May 09 20:34:14 2023 -0700 |
committer | Bill Yi <byi@google.com> | Tue May 09 20:34:14 2023 -0700 |
tree | 94006011c78788324c52b9e0ebd43c48d7e45550 | |
parent | 8da0b4648d9cdd14729f496e123662126f8bed49 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: I2fd1c7037e37057150b109c0996a15c8be5ee92c
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.