Also check pie path for android.hardware.boot hal

This commit is contained in:
Pierre-Hugues Husson 2019-03-04 21:47:25 +01:00
parent 1cf540004d
commit c03cb0fad4
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ getprop | \
setprop ctl.stop $svc
done
if grep -qF android.hardware.boot /vendor/manifest.xml;then
if grep -qF android.hardware.boot /vendor/manifest.xml || grep -qF android.hardware.boot /vendor/etc/vintf/manifest.xml ;then
bootctl mark-boot-successful
fi