From d04f044fb889e29d038b458fcea5818251004401 Mon Sep 17 00:00:00 2001 From: Cyril Lee Date: Thu, 13 Apr 2023 09:55:49 +0000 Subject: [PATCH] [Quickstart] Turn off QS on legacy Pixels Bug: 277898824 Test: manually test Change-Id: I5c6cbc9274c12ceadb4bafb88f3d52f0089255c9 --- device-oriole.mk | 4 ---- device-raven.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index a8e538c..8c19639 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -272,9 +272,5 @@ else device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif -# Setup Wizard device-specific settings -PRODUCT_PRODUCT_PROPERTIES += \ - setupwizard.feature.enable_quick_start_flow_for_debug=true \ - # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-raven.mk b/device-raven.mk index 5325d5c..a3067f7 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -291,9 +291,5 @@ else device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml endif -# Setup Wizard device-specific settings -PRODUCT_PRODUCT_PROPERTIES += \ - setupwizard.feature.enable_quick_start_flow_for_debug=true \ - # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)