commit | 84e13b892ea56e94a548578d7806eba18467ba78 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Apr 12 18:54:45 2022 +0000 |
committer | Bill Yi <byi@google.com> | Tue Apr 12 18:54:45 2022 +0000 |
tree | 4d8a6e0457d54f28ced77c583bea1be92a65eeff | |
parent | e37755b357f437c72d52dd2e133d5cfadb177bc7 [diff] |
Import translations. DO NOT MERGE ANYWHERE Auto-generated-cl: translation import Change-Id: Id17c73a1b6ff0b016a83e7166ede7249b29cb689
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.