mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user