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

Commit 99690be6 authored by Lais Andrade's avatar Lais Andrade
Browse files

Introduce feature flag for PWLE support in compositions

Bug: 442507169
Flag: android.os.vibrator.composition_pwle_apis
Test: N/A
Change-Id: If31b775af382b3ba75f18a117c296c45bbeb833e
parent 73ece28f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -159,3 +159,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
    }
}