summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Lee <cyrillee@google.com>2020-06-16 15:31:39 +0800
committerCyril Lee <cyrillee@google.com>2020-06-16 12:10:15 +0000
commit7cf1a9368a93d51c1980680c469ec14f494a1348 (patch)
tree5e355de9ffc848b7a14fb7476dea4899095b4636
parent8f4ad2afa7519eee8acfa9e9ed05745081e288b3 (diff)
downloadtaimen-7cf1a9368a93d51c1980680c469ec14f494a1348.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: I9b033a06e04ea6c97003d972058e0c7b0349d6c9
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
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 \