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: Iae266f9aa3e94f68a4b7f211234bb52cb17a46db Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8a1ad58225
2 changed files with 8 additions and 0 deletions
|
@ -272,5 +272,9 @@ else
|
||||||
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
device/google/raviole/location/gps_user.xml.oriole:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Setup Wizard device-specific settings
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
setupwizard.feature.enable_quick_start_flow_for_debug=true \
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
|
@ -291,5 +291,9 @@ else
|
||||||
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
device/google/raviole/location/gps_user.xml.raven:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Setup Wizard device-specific settings
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
setupwizard.feature.enable_quick_start_flow_for_debug=true \
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue