Merge "Add a LINT.IfChange to sensors_event_t" am: 878d3d1c7e
Original change: https://android-review.googlesource.com/c/platform/hardware/libhardware/+/2320221 Change-Id: I79a9d57eaa8ab860468cfcf4ec03c79d606b8333 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bc544c7d9a
1 changed files with 3 additions and 0 deletions
|
@ -367,9 +367,11 @@ typedef struct {
|
|||
float accuracy;
|
||||
} heading_event_t;
|
||||
|
||||
// LINT.IfChange
|
||||
/**
|
||||
* Union of the various types of sensor data
|
||||
* that can be returned.
|
||||
* This type needs to remain identical to ASensorEvent.
|
||||
*/
|
||||
typedef struct sensors_event_t {
|
||||
/* must be sizeof(struct sensors_event_t) */
|
||||
|
@ -479,6 +481,7 @@ typedef struct sensors_event_t {
|
|||
|
||||
uint32_t reserved1[3];
|
||||
} sensors_event_t;
|
||||
// LINT.ThenChange (frameworks/native/include/android/sensor.h)
|
||||
|
||||
|
||||
/* see SENSOR_TYPE_META_DATA */
|
||||
|
|
Loading…
Reference in a new issue