tag | a89b5abec28e8c4af1f297aa47ab5242375f3fcf | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Jan 06 21:27:07 2025 -0800 |
object | d2bc231f74dad46663171ab7a0597135abb6ffea |
Android platform 13.0.0 release 27
commit | d2bc231f74dad46663171ab7a0597135abb6ffea | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 08 17:31:54 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 08 17:31:54 2023 +0000 |
tree | fd873738cbc2fcff06b3daa4d66eb41459558209 | |
parent | c1d8df10aae81dbdf5a3a3ae44ec614741677bd2 [diff] | |
parent | c9e5d9fd8d57bdde50a8c9ccfc6c4755a235a5a3 [diff] |
Snap for 10276566 from c9e5d9fd8d57bdde50a8c9ccfc6c4755a235a5a3 to tm-platform-release Change-Id: I47fb68e12611b32786d6280b21f090e23afad490
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.