Set sereset property every time at boot am: b9c8c28644
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/18568486 Change-Id: I02856f63725c4d0eddd26a2e1dedfc7565097357 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
aa8f209a2a
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,6 @@ on init
|
|||
# NFC streset tool name
|
||||
setprop persist.vendor.nfc.streset libstreset21
|
||||
setprop persist.vendor.se.streset libstreset21
|
||||
setprop persist.vendor.se.reset needed
|
||||
|
||||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
@ -72,6 +71,9 @@ on property:ro.boot.hardware.revision=PROTO1.0
|
|||
on property:ro.boot.hardware.revision=PROTO1.1
|
||||
setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf
|
||||
|
||||
on post-fs-data
|
||||
setprop persist.vendor.se.reset reset
|
||||
|
||||
# Bluetooth
|
||||
on post-fs-data
|
||||
chown bluetooth system /proc/bluetooth/timesync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue