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

Commit e1a67067 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

am: 3cc5e2f3

Change-Id: Iaec88c67b1dd80a9a447bb4611dd1441a7cc70b5
parents 2b871f07 3cc5e2f3
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;
};