Adding a bug fix flag to guard slider haptics in Compose sliders

Change-Id: Iaad34f041127bd3bc1b3c43e551674cff5a4ae1d
Test: presubmit
Flag: NONE adding a new flag
Bug: 341968766
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 0d337eb..16d7ae2 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -1290,3 +1290,10 @@
         purpose: PURPOSE_BUGFIX
    }
 }
+
+flag {
+   name: "compose_haptic_sliders"
+   namespace: "systemui"
+   description: "Adding haptic component infrastructure to sliders in Compose."
+   bug: "341968766"
+}
\ No newline at end of file