commit | 59414af0680757dcb2a0d093d2d2e0fe4b20b34d | [log] [tgz] |
---|---|---|
author | Tom Bergan <tombergan@google.com> | Mon Sep 25 18:32:02 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 25 18:32:02 2023 +0000 |
tree | 88f61b03f064a0fe13705184a2e0ce637f18338d | |
parent | 7fe8c25fc0d21c6001028d6c110d92d483a6cdd9 [diff] | |
parent | 8db0bc013112a463db31f3c50a78a4ff347b7830 [diff] |
Merge "Fix crash in SthalCli" into main
diff --git a/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/SthalCli.java b/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/SthalCli.java index 127f062..41e2533 100644 --- a/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/SthalCli.java +++ b/soundtrigger/aidl/cli/java/android/hardware/soundtrigger3/cli/SthalCli.java
@@ -289,6 +289,8 @@ Properties properties = new Properties(); properties.implementor = "Android"; properties.description = "Mock STHAL"; + properties.uuid = "a5af2d2a-4cc4-4b69-a22f-c9d5b6d492c3"; + properties.supportedModelArch = "Mock arch"; properties.maxSoundModels = 2; properties.maxKeyPhrases = 1; properties.recognitionModes =