xref: /aosp_15_r20/frameworks/av/media/audio/aconfig/soundtrigger.aconfig (revision ec779b8e0859a360c3d303172224686826e6e0e1)
1# Flags for sound trigger
2#
3# Please add flags in alphabetical order.
4
5package: "android.media.soundtrigger"
6container: "system"
7
8flag {
9    name: "generic_model_api"
10    is_exported: true
11    namespace: "media_audio"
12    description: "Feature flag for adding GenericSoundModel to SystemApi"
13    bug: "339267254"
14}
15
16flag {
17    name: "manager_api"
18    is_exported: true
19    namespace: "media_audio"
20    description: "Feature flag for adding SoundTriggerManager API to SystemApi"
21    bug: "339267254"
22}
23
24