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

Commit 8630ea16 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "sound trigger HAL: remove dummy Union" into oc-dev

parents 3d56bdfb edaaf437
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -75,8 +75,3 @@ struct PhraseRecognitionExtra {
    vec<ConfidenceLevel> levels;
};
/** TODO(elaurent) remove when Java build problem is fixed */
union Dummy {
  uint32_t dummy1;
  int32_t dummy2;
};