Revert "Enable bootstrap if warranty sku is set"

This reverts commit 4586cec683.

Reason for revert: Doesn't fix the issues in factory testing

Change-Id: I9b884b869981fe37a4f2438616cd6a51c86f6358
This commit is contained in:
Kiwon Park 2024-06-13 17:23:13 +00:00 committed by Android (Google) Code Review
parent 4586cec683
commit d544ae37c0
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