commit | 6d8e49a05e97924b687d0d8114470b36c5fde29c | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Thu Dec 23 16:41:58 2021 -0800 |
committer | Sarah Chin <sarahchin@google.com> | Tue Jan 04 11:32:36 2022 -0800 |
tree | 48bc28359008bcf745a01ea46e58c7c4fa53cea1 | |
parent | c40bae7dc8ecda375eb6fc3ae2b3906d82500f67 [diff] |
Convert hidl_bitfield and bitfield to int The previous API surface replaced bitfields of enums with the enum, which only allows one value at a time. Instead of using the enum, replace with int instead. Test: build Bug: 210712359 Change-Id: I2963200311494718ae89af8deade0b1dd41354f8