platform_hardware_libhardware/modules/sensors
Christopher Ferris 8b0619b47d Modify a data structure into a union.
The new 6.0 kernel headers changed all variable length
structures from [0] to []. This causes a clang warning to
trigger, so rewrite the affected data structure using a
union to avoid having a variable sized array in the middle
of the structure.

Test: Builds.
Change-Id: I60c6d31a93566c4aa9f7501f39f88543ee76ce91
2022-10-13 12:39:44 -07:00
..
dynamic_sensor Modify a data structure into a union. 2022-10-13 12:39:44 -07:00
tests Convert to Android.bp 2017-12-27 11:05:29 -08:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware 2021-02-12 20:51:13 -08:00
Android.mk [LSC] Add LOCAL_LICENSE_KINDS to hardware/libhardware 2021-02-12 20:51:13 -08:00
multihal.cpp Explicitly include log/log.h instead of cutils/log.h 2019-01-31 17:18:27 -08:00
multihal.h Move default multihal configuration file to /vendor/... 2017-05-03 15:54:02 -07:00
OWNERS Update sensors OWNERS 2019-09-09 15:01:59 -07:00
SensorEventQueue.cpp libhardware: deprecate cutils/log.h 2017-04-11 10:50:06 -07:00
SensorEventQueue.h Fix google-explicit-constructor warnings in libhardware 2016-06-30 14:21:20 -07:00