[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
This commit is contained in:
Cyril Lee
2020-06-16 15:31:39 +08:00
parent 8f4ad2afa7
commit 7cf1a9368a

View File

@@ -146,3 +146,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
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 \