From 8f3d893ae6840a17d69a496c82b037dde406a2ab Mon Sep 17 00:00:00 2001 From: Cyril Lee Date: Tue, 16 Jun 2020 15:30:28 +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: I56d8f9e5df87c71c02942979ccb52f0fa8578c30 --- device-walleye.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-walleye.mk b/device-walleye.mk index 36a5483..7d43942 100644 --- a/device-walleye.mk +++ b/device-walleye.mk @@ -39,3 +39,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Thermal HAL PRODUCT_COPY_FILES += \ device/google/muskie/thermal_info_config.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json + +# Setup wizard overlay packages for ActiveEdge +PRODUCT_PACKAGES += \ + PixelSetupWizardOverlayActiveEdge \