commit | 7339375409eaf192a96d3d269bc789f907d8ffc0 | [log] [tgz] |
---|---|---|
author | Keun young Park <keunyoung@google.com> | Fri Sep 25 17:44:43 2020 -0700 |
committer | Keun-young Park <keunyoung@google.com> | Tue Jun 08 16:41:07 2021 +0000 |
tree | 0c863a5d0e405ec53fea690fc67bbf3cb7593163 | |
parent | 3575a44f8888aac899805349a757e6ed2467cae4 [diff] |
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