Enable quick start for pixel devices

Bug: 246218540
Test: build pass with `m -j` command
Change-Id: Id0ef834d1e7fd82a1ce3c88e5300e7eb178fd3f3
This commit is contained in:
Cyril Lee 2022-11-09 10:55:23 +00:00
parent 519c3ba032
commit 725a176c60
2 changed files with 8 additions and 0 deletions

View file

@ -275,3 +275,7 @@ endif
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example android.hardware.biometrics.fingerprint-service.example
# Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \

View file

@ -292,3 +292,7 @@ endif
PRODUCT_PACKAGES_DEBUG += \ PRODUCT_PACKAGES_DEBUG += \
android.hardware.biometrics.fingerprint-service.example android.hardware.biometrics.fingerprint-service.example
# Setup Wizard device-specific settings
PRODUCT_PRODUCT_PROPERTIES += \
setupwizard.feature.enable_quick_start_flow_for_debug=true \