summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Lee <cyrillee@google.com>2020-06-16 15:30:28 +0800
committerCyril Lee <cyrillee@google.com>2020-06-16 12:10:24 +0000
commit8f3d893ae6840a17d69a496c82b037dde406a2ab (patch)
tree7b8d39b9354e8a78a972249ee9266bfacc92f21e
parent17bdc8b1125296e72aa7fb9b83e1cc85c0ac9682 (diff)
downloadmuskie-8f3d893ae6840a17d69a496c82b037dde406a2ab.tar.gz
[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
-rw-r--r--device-walleye.mk4
1 files changed, 4 insertions, 0 deletions
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 \