summaryrefslogtreecommitdiff
path: root/init.hardware.rc
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2018-10-30 19:22:16 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-30 19:22:16 -0700
commitcabea4d7f0513bcba1907558b503f8d1c022ff4c (patch)
tree39976655f9830f2ef14c84cc9d0b40f195b141cd /init.hardware.rc
parent6b40d04b10882bd0829a71d07726af4a53afa11a (diff)
parent4259d35c5200d97143c361843600f8b49d6f241e (diff)
downloadbonito-cabea4d7f0513bcba1907558b503f8d1c022ff4c.tar.gz
Merge "make the name for wait_for_strongbox generic" into pi-dev am: ddf8ccba9f
am: 4259d35c52 Change-Id: I35df658ecfde69eeef27336abc6e647b933db81c
Diffstat (limited to 'init.hardware.rc')
-rw-r--r--init.hardware.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.hardware.rc b/init.hardware.rc
index 3495de89..25836584 100644
--- a/init.hardware.rc
+++ b/init.hardware.rc
@@ -194,7 +194,7 @@ on late-fs
wait_for_prop hwservicemanager.ready true
# Wait for keymaster HALs (TEE and StrongBox)
- exec_start wait_for_strongbox_bonito
+ exec_start wait_for_strongbox
# Mount RW partitions which need run fsck
mount_all /vendor/etc/fstab.${ro.boot.hardware.platform} --late
@@ -737,7 +737,7 @@ service ppd /vendor/bin/mm-pp-dpps
socket pps stream 0660 system system
disabled
-service wait_for_strongbox_bonito /vendor/bin/hw/wait_for_strongbox_bonito
+service wait_for_strongbox /vendor/bin/hw/wait_for_strongbox
user root
group root system
priority -20