platform_hardware_interfaces/automotive
Yu Shan 68cb8c04e8 Parse user flags as flags instead of enum.
The flags field in UserInfo is a int32_t that contains multiple
UserFlags 'or'ed together. We should not parse it as enum.

Test: atest android.hardware.automotive.vehicle@2.0-utils-unit-tests
Bug: 202520478
Change-Id: Ie7e81a8a5f39f6070e35f2e77bce88a211fd526b
Merged-In: Ie7e81a8a5f39f6070e35f2e77bce88a211fd526b
(cherry picked from commit 5c0ec3f1de)
2021-10-26 19:39:48 +00:00
..
audiocontrol Merge "Backfill VTS owner information." 2021-10-14 18:42:48 +00:00
can/1.0 Merge "Backfill owner information for VTS module VtsHalCanBusV1_0TargetTest." am: f997f54349 2021-09-29 21:25:15 +00:00
evs Merge Android 12 2021-10-06 23:58:29 +00:00
occupant_awareness/aidl Merge "Remove ndk_platform backend. Use the ndk backend." am: 2346a4c6b9 am: 4ef9aa49dc 2021-07-28 12:39:05 +00:00
sv/1.0 Merge "Backfill VTS owner information." 2021-10-14 19:25:59 +00:00
vehicle/2.0 Parse user flags as flags instead of enum. 2021-10-26 19:39:48 +00:00
OWNERS Add Kiran as VHAL owner 2021-02-17 05:24:26 +00:00
README.md Explicitly unfreeze the Automotive HALs 2018-06-04 14:21:31 -07:00

Autmotive HALs


Overview:

The automotive HAL tree is used by Android Automotive to discover and operate hardware specific to a car.

The HALs are not (yet) frozen, as the HAL definition is expected to evolve between Android releases.