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

Commit 6bbefe82 authored by Ziyang Cheng's avatar Ziyang Cheng
Browse files

Add sound_trigger_manager_api flag.

The flag is used to control adding SoundTriggerManager apis
to SystemApi.

Bug: 339267254, 340549850
Test: Build image for Pixel Watch devices.

Change-Id: Ib30ed4dcedfcd09ce65ef7770829df0ebd0f3cb6
parent b4bc8ea4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -12,3 +12,11 @@ flag {
    description: "Feature flag for adding GenericSoundModel to SystemApi"
    bug: "339267254"
}

flag {
    name: "sound_trigger_manager_api"
    is_exported: true
    namespace: "soundtrigger"
    description: "Feature flag for adding SoundTriggerManager API to SystemApi"
    bug: "339267254"
}