commit | 83ec32cd8a6e4dc02de90ef44e3f5551cb736eff | [log] [tgz] |
---|---|---|
author | Howard Hao <hhhao@google.com> | Thu Jan 13 13:55:39 2022 -0800 |
committer | Howard Hao <hhhao@google.com> | Wed Jan 19 16:32:24 2022 -0800 |
tree | 2252043d5bd1f0fee2b3f92e36eadcbf674b00e7 | |
parent | ae22ade5949fd0016417c0b904d4494242578a91 [diff] |
Move ScriptExecutor to framework apex module Bug: 205623416 Test: m -j Test: atest ScriptExecutorFunctionalTests:ScriptExecutorFunctionalTest Change-Id: Iffeef1762135440e072a4d99a13d8868d4163294
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.