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

Commit 0c6509ce authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Introduce feature flag for PWLE support in compositions" into main

parents ecff86d3 99690be6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -148,3 +148,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "haptics"
    name: "composition_pwle_apis"
    description: "Enabled public APIs to support composition of PWLE effects and primitives"
    bug: "442507169"
    metadata {
        purpose: PURPOSE_FEATURE
    }
}