Commit graph

4 commits

Author SHA1 Message Date
Keun young Park
8791c7ee75 update automotive hals for car mainline
- add min_sdk_version and apex_available

Bug: 192665266
Test: build
Change-Id: I34be81d542e51832a4f73c0227ca544e963ab3c9
2021-10-06 09:23:30 -07:00
Yu Shan
59393a9ce7 Define IVehicle AIDL interface.
Define IVehicle AIDL interface according to new interface design
doc.

Test: Local build
Bug: 198664004
Change-Id: Ic757f969ccce6d9dcffc6e7cd19f55f86a41f435
2021-09-10 18:28:58 -07:00
Keun young Park
eadcf71d4b change all automotive AIDL HAL to generate Java for module
- CarService will become mainline module,

Bug: 192462140
Test: build
Change-Id: I71e2955de12594ff0a8dc74cdcc269997e214ef1
2021-06-30 12:14:40 -07:00
Keun young Park
7339375409 Add AIDL version of vehicle hal
- This is still under development but will replace HIDL version later.
- It will become stable later when all necessary features are ready.
- This CL translated HIDL into AIDL as it is. More changes will be added later.
- Most code was generate from hidl2aidl:
  $ hidl2aidl -o tmp android.hardware.automotive.vehicle@2.0
- translate_vehicle_props.py types.hal to generate VehicleProperty enum.
- added @utf8InCpp for all String

Bug: 148703287
Test: build, make -j android.hardware.automotive.vehicle-cpp android.hardware.automotive.vehicle-java
Change-Id: I7a7f1c0c0751ad0101958d56db939324c05400b5
2021-06-08 16:41:07 +00:00