Merge "Revert "Enable bootstrap if warranty sku is set"" into main

This commit is contained in:
Kiwon Park 2024-06-14 00:06:27 +00:00 committed by Android (Google) Code Review
commit dca29688a2
3 changed files with 0 additions and 12 deletions

View file

@ -79,7 +79,3 @@ 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,7 +83,3 @@ 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,7 +81,3 @@ 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