From 7cf1a9368a93d51c1980680c469ec14f494a1348 Mon Sep 17 00:00:00 2001 From: Cyril Lee Date: Tue, 16 Jun 2020 15:31:39 +0800 Subject: [PATCH] [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 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 489d496..da37191 100644 --- a/device.mk +++ b/device.mk @@ -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 \