commit | edb969a9d559c4ecf349460a8f85706e767c7e6d | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Thu Oct 26 14:27:57 2023 -0700 |
committer | Yu Shan <shanyu@google.com> | Mon Oct 30 14:03:00 2023 -0700 |
tree | f81ffb3c0760588a5e0c723b31c0645bbad10ea2 | |
parent | b3f1cfd0a557dc5207bda1c9f13a03989a17c1a5 [diff] |
Fix proto converter and support VUR. Fix proto converter bug while parsing supported enum values. Need to populate supportedEnumValues with a vector first before storing the values because by default it is an empty nullopt. This CL also adds logic for parsing supportVUR. Test: atest VehicleHalProtoMessageConverterTest Bug: 306748801 Change-Id: Ice087a6f0298770d47f51a8d36c7857445df1de3