Enable bootstrap if warranty sku is set

Test: manual
Bug: 336903409
Change-Id: I3f3f96516a2774e54dcbfa4470cbe1c98e46df7e
This commit is contained in:
Kiwon Park 2024-05-29 11:44:26 -07:00
parent 6fa83b2f0b
commit b9b54aa493
3 changed files with 12 additions and 0 deletions

View file

@ -79,3 +79,7 @@ on property:sys.boot_completed=1
# it should be written by the system init.
on property:ro.boot.hardware.sku=GWVK6
setprop audio.camerasound.force true
# Enable bootstrap when warrarnty is set
on boot && property:ro.boot.warranty.sku=*
setprop setupwizard.feature.provisioning_profile_mode true

View file

@ -83,3 +83,7 @@ on property:sys.boot_completed=1
# it should be written by the system init.
on property:ro.boot.hardware.sku=GQ57S
setprop audio.camerasound.force true
# Enable bootstrap when warrarnty is set
on boot && property:ro.boot.warranty.sku=*
setprop setupwizard.feature.provisioning_profile_mode true

View file

@ -81,3 +81,7 @@ on fs
# it should be written by the system init.
on property:ro.boot.hardware.sku=G1B60
setprop audio.camerasound.force true
# Enable bootstrap when warrarnty is set
on boot && property:ro.boot.warranty.sku=*
setprop setupwizard.feature.provisioning_profile_mode true