AAOS

Source code for Android Automotive OS.

Structure

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

C++

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.