tag | 7da09c3c76cef077ebb060fd00db096f6546d430 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Wed Jan 08 10:45:15 2025 -0800 |
object | cdffba0abe1ccb414799a46971eb699b658e1996 |
Android 13.0.0 release 84
commit | cdffba0abe1ccb414799a46971eb699b658e1996 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Apr 02 21:27:09 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun Apr 02 21:27:09 2023 +0000 |
tree | fd873738cbc2fcff06b3daa4d66eb41459558209 | |
parent | df0c7396c752a7f7a305362dd6b8f540ff9ec303 [diff] | |
parent | f7219cfd690a13c67eb31432db79d3e7f2a7c4c8 [diff] |
Snap for 9870854 from f7219cfd690a13c67eb31432db79d3e7f2a7c4c8 to tm-qpr3-release Change-Id: I6dc8722686892b44423db83a7a1d0306fb23066b
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.