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

Commit 7e47fa01 authored by Oscar Azucena's avatar Oscar Azucena
Browse files

Add trunk stable flag for audio product strategies multi-zone support

The flag can be used to guard the APIs for managing the audio product
strategies related to the multi-zone configurations in audio policy engine.

Bug: 316643994
Test: m -j, presubmit
Change-Id: I749ce16455ffe26df4b7a16a9987add8e6148115
parent 8c39a759
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -18,3 +18,10 @@ flag {
    description: "Enable Fade Manager Configuration support to determine fade properties"
    bug: "307354764"
}

flag {
    name: "multi_zone_audio"
    namespace: "media_audio"
    description: "Enable multi-zone audio support in audio product strategies."
    bug: "316643994"
}