[DO NOT MERGE] Remove ASSIST_GESTURE action from deferred_medium_priority_actions resource

We plan to disable active edge from P20 project. Since the
deferred_medium_priority_actions contains ASSIST_GESTURE action and
it will be the showing deferred setup condition. So we add a new
PixelSetupWizardOverlayActiveEdge RRO package to enable this action from
deferred_medium_priority_actions for P19 and older project.

go/suw-disable-activie-edge

Bug: 158540758
Test: manual test
Change-Id: I9b033a06e04ea6c97003d972058e0c7b0349d6c9
diff --git a/device.mk b/device.mk
index 489d496..da37191 100644
--- a/device.mk
+++ b/device.mk
@@ -146,3 +146,7 @@
     debug.sf.early_gl_phase_offset_ns=1500000
 PRODUCT_PROPERTY_OVERRIDES += \
     debug.sf.early_gl_app_phase_offset_ns=15000000
+
+# Setup wizard overlay packages for ActiveEdge
+PRODUCT_PACKAGES += \
+    PixelSetupWizardOverlayActiveEdge \