Revert "[Quickstart] Turn off QS on legacy Pixels" am: 2e8d17501d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/22624725
Change-Id: I3e9129b404aceb060da5eaa4afc71cf25240360b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/device-oriole.mk b/device-oriole.mk
index 8c19639..a8e538c 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -272,5 +272,9 @@
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 a3067f7..5325d5c 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -291,5 +291,9 @@
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)