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

Commit 1619a0cb authored by Lais Andrade's avatar Lais Andrade
Browse files

Introduce flag to remove framework support for vibrator HIDL HALs

Android Q is now no longer supported for launching or upgrading
devices in Android V so the vibrator HIDL HAL no longer needs to be
supported by Android.

Introduce flag to guard the framework clean-up that covers removing
the code to support HIDL HAL versions.

Bug: 308452413
Flag: android.os.vibrator.remove_hidl_support
Test: N/A
Change-Id: I6a8664bc52e46ab3c7999eeaa41448fceda11626
parent 7e2d8841
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -165,3 +165,14 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "haptics"
    name: "remove_hidl_support"
    description: "Remove framework code to support HIDL vibrator HALs."
    bug: "308452413"
    is_fixed_read_only: true
    metadata {
      purpose: PURPOSE_FEATURE
    }
}