Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46952451 authored by Rocky Fang's avatar Rocky Fang
Browse files

Create flag for event scratch buffer nullability

Test: presubmit
Bug: 339306599
Change-Id: I9b2efadbfb70b30a04abda2d3095e7f4aa4e8b78
parent a1284b3a
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -14,3 +14,10 @@ flag {
  description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
  bug: "316958439"
}

flag {
  name: "sensor_event_connection_send_event_require_nonnull_scratch"
  namespace: "sensors"
  description: "This flag controls we allow to pass in nullptr as scratch in SensorEventConnection::sendEvents()"
  bug: "339306599"
}