Merge "[NFC] Add STReset Tool property"
This commit is contained in:
commit
061ceaef25
2 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,11 @@ on early-init && property:ro.product.name=husky_fullmte
|
|||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
on init
|
||||
# NFC streset tool name
|
||||
setprop persist.vendor.nfc.streset libstreset23
|
||||
setprop persist.vendor.se.streset libstreset23
|
||||
|
||||
on early-boot
|
||||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
|
|
@ -7,6 +7,11 @@ on early-init && property:ro.product.name=shiba_fullmte
|
|||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
on init
|
||||
# NFC streset tool name
|
||||
setprop persist.vendor.nfc.streset libstreset23
|
||||
setprop persist.vendor.se.streset libstreset23
|
||||
|
||||
on early-boot
|
||||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue