Revert "[Quickstart] Turn off QS on legacy Pixels" am: 2e8d17501d am: 8a1ad58225

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/22624725

Change-Id: I60a317f01d719d1680f36eba871e31b3067e2760
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cyril Lee 2023-04-14 04:30:05 +00:00 committed by Automerger Merge Worker
commit 7cc714bbd5
2 changed files with 8 additions and 0 deletions

View file

@ -273,5 +273,9 @@ 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)

View file

@ -292,5 +292,9 @@ 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)