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

Commit 3cc5e2f3 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

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

am: 8630ea16

Change-Id: I772808083c8d053fef706e6ab056ba7f751718db
parents b3782bab 8630ea16
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;
};