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

Commit edaaf437 authored by Eric Laurent's avatar Eric Laurent
Browse files

sound trigger HAL: remove dummy Union

Remove dummy Union definition added as work around for JAVA build
problem.

Bug: 34109137
Test: make
Change-Id: I5a8107de2deab1f4f62c3e0ae654dd768cf0e307
parent 75e2bf04
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;
};