aosp12/packages/services/Car
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
FrameworkPackageStubs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-admin-ui-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-internal-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-maps-placeholder init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-systemtest-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-test-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car-usb-handler init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
car_product init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
data/etc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
experimental init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
obd2-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
packages init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
procfs-inspector init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
service init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
user init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
vehicle-hal-support-lib init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.clang-format init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CPPLINT.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PREUPLOAD.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TEST_MAPPING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

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.