Revert "[Quickstart] Turn off QS on legacy Pixels"

Revert submission 22606975-turn off qs

Reason for revert: confirm with team that this CL submit too early and need to rollback then submit again at 4/19.

Reverted changes: /q/submissionid:22606975-turn+off+qs

Change-Id: I7334caba23540ec68224971ca8b42f4aebd05227
This commit is contained in:
Cyril Lee 2023-04-14 01:13:36 +00:00 committed by Android (Google) Code Review
parent 79a3eae957
commit 277a867059
2 changed files with 8 additions and 0 deletions

View file

@ -374,5 +374,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# 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

@ -357,5 +357,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
# 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)