commit | 0d4726f50f8b4cfa492a3e7d931978dd40ea2a9f | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Fri Apr 07 15:36:29 2023 -0700 |
committer | Atneya Nair <atneya@google.com> | Fri Apr 07 16:38:12 2023 -0700 |
tree | a5a16af486a5717102cbfab0ae040c2237e81e81 | |
parent | 2fad91a2b7e9774a28df801565bc051c656ebc6d [diff] |
Modularize VoiceInteraction/SoundTrigger Rather than building VoiceInteraction monolithically, split out SoundTrigger. This allows for better build performance, more localized testing, specific build flags, etc. Split out the middleware in a static lib for now, but don't expose it as such, since it will be refactored into SoundTrigger soon. Fixes: 277374624 Test: Compiles (build changes only) Change-Id: I631d073d81e578c70b033d0a43543ef89dda9194