|  | ||
|---|---|---|
| .. | ||
| FrameworkPackageStubs | ||
| apex_car_framework | ||
| car-admin-ui-lib | ||
| car-builtin-lib | ||
| car-evs-helper-lib | ||
| car-helper-lib | ||
| car-lib | ||
| car-lib-module | ||
| car-maps-placeholder | ||
| car-test-lib | ||
| car-usb-handler | ||
| car_product | ||
| cpp | ||
| data/etc | ||
| experimental | ||
| obd2-lib | ||
| packages | ||
| procfs-inspector | ||
| service | ||
| service-builtin | ||
| tests | ||
| tools | ||
| vehicle-hal-support-lib | ||
| .clang-format | ||
| .gitignore | ||
| Android.mk | ||
| CPPLINT.cfg | ||
| CleanSpec.mk | ||
| OWNERS | ||
| OWNERS_networking | ||
| PREUPLOAD.cfg | ||
| README.md | ||
| TEST_MAPPING | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	AAOS
Source code for Android Automotive OS.
Structure
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
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.