commit | cdef901b8d6d7f871542d6102041cf87c2c97cc7 | [log] [tgz] |
---|---|---|
author | Tyler Trephan <tylertrephan@google.com> | Tue May 17 18:43:04 2022 -0700 |
committer | Tyler Trephan <tylertrephan@google.com> | Tue May 17 21:57:37 2022 -0700 |
tree | 0b311ebd87ac1ab57e1b23f59eeb8445abd14a72 | |
parent | 9284475c8c2306bd48a554ab5f4ece98549e8cf2 [diff] |
Removed duplicated code in CarPropertyService. getPropertySafe can leverage getProperty code to avoid code duplication. Test: None Fix: 232999533 Change-Id: Ic238c7f7095614fa8c38759421c78798ab3e5f3d
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.